/*

NickParnell.com

*/
imagePane{
	background-color:#FFFFFF;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
        margin:0;
	background-image:url(bg.gif);
       
	background-repeat:repeat-x;
}
body {
	background-color:#FFFFFF;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
        margin:0;
	background-image:url(bg.gif);
        background-position:top left;
	background-repeat:repeat-x;
}


/* Main Div */
#main {
        margin:0;
	margin-left:auto;
        margin-right:auto;

	width:750px;

}
/* Main Div: #left [content div] */
#content {
	width: 750px;
        float:left;
	/* background-color : #A29E6F; */
		        border:1px black solid; /*background border colour*/
        padding:0;
        margin:0;
}
/* Main Div: #header */
#main h2.header {
	font-size:25px;
        text-transform: uppercase;
        margin-bottom:-5px;
}

#imagePane	 {
	width:750px;
        height:100px;
       
	background-image:url(banner.jpg);
        background-position:top left;
	background-color:#60592B;

}
#header {
	width:750px;
        height:100px;
        border-top:1px black solid;
        border-left:1px black solid;
        border-right:1px black solid;
	background-image:url(banner.jpg);
        background-position:top left;
	background-color:#60592B;

}
#header a {font:12px trebuchet ms;color:#ffffff;}
#header a:hover{text-decoration:none;}
/* Main Div: #right [sidebar] */
#right {
	width: 150px;
        height:auto;
        float:right;
	background-color : #FFFFFF;
	

}
#right ul {width:150px;}
#right li {border-bottom:1px solid #000000;list-style:none;}
#right ul,li {
	margin:0;
	padding:0;
	display:block;
}
#right li a { /* navigation */
	color:#000000;
	text-decoration:none;
	display:block;
	padding:2px;
}
#right li a:hover { /* navigation hover */
	background-color:#ffffff;
	border-right:7px solid #000000;
	display:block;
	background-image:url(images/star.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#right a {color:#000000;display:block;}
#right a.links {margin-top:6px;}
#right h2 {
	color:#000000;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
/* Main Div: Post DIVs */
div.post {
	width:593px;
	border-right:4px white solid;
}
/* Post Head is the name of the document */

div.posthead {
        background:#A29E6F;
        height:15px; 
        border-top:1px black solid;
        border-bottom:1px black solid;
}
div.postheadfirst {
        background:#ffffff;
        height:15px; 
        border-bottom:4px white solid;
}
div.postbody { /* body attributes */
background:#ffffff;
padding-left:5px;
padding-right:5px;
text-align:justify;
}
/* Main Div: #footer */
#footer {
        margin:0 auto;
		width:750px;
        height:15px;
        border-top:4px white solid;
	background-color:#FFFFFF;
        text-align:center;
}
/* Main Div: Text */
a:hover, p, li, ol, ul, b, strong, small, div, em, i, table, td, tr {
        color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 12px;
}
a {
	color: #000000;
	text-decoration: underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
}

blockquote {border-left:4px #000000 solid; padding-left:2px;}