
html, body 	{ margin: 0; padding: 0; }

body 		{ background: #000; color: #999; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }

h1		{ font: 42px Helvetica, Arial, sans-serif; color: #fff; }

h2		{ font: 18px Helvetica, Arial, sans-serif; color: #fff; }

h3		{ font: 16px Helvetica, Arial, sans-serif; color: #fff; }

a				{ color: #3C61A4; }

a:hover         { color: #fff; }

hr				{ color: #ccc; width: 90%; height: 1px; }

p		{ margin: 0 0 18px; }

#wrapper	{ background: url('images/bg.jpg'); float: right; width: 100%; margin-left: -33%;  }

		

/* Header */

#header		{ background: #000; border-bottom: 1px solid #fff; }

#header h1  	{ margin: 0 0 0; padding: 18px 24px 0; }

#header p	{ color: #fff; font-size: 16px; font-weight: bold; padding: 0 25px; margin: -4px 0 22px; }
		

/* Content Style */

#navigation	{ padding-left: 25px; }

#navigation ul	{ border-bottom: 1px solid #333; padding: 0 20px 9px; list-style-type:disc;}

#navigation li	{ font-size: 16px; font-weight: normal; padding-bottom: 13px; }

#navigation a	{ color: #999; text-decoration: none; }

#navigation a:hover { color: #fff; text-decoration: underline; }

#extra		{ padding-left: 25px; padding-bottom: 8px; }

#extra small	{ font-size: 11px; line-height: 18px; }

#content p, #extra p { padding-right: 18px; }

#content h3 { padding-left: 18px; }
		

/* Content Positioning & Size */

#navigation	{ float: left; width: 220px; }

#content	{ margin-left: 270px; width: 720px; padding-left: 25px; border-left: 1px dotted #555; }

#extra		{ float: left; clear: left; width: 230px; }		


/* Footer */

#footer		{ background: #222; border-bottom: 2px solid #999; clear: both; width: 100%; }

#footer a	{ color: #eee; }

#footer a:hover { color: #3C61A4; }

#footer	p	{ color: #fff; margin: 0; padding: 0 18px 10px; }

#footer ul	{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }

#footer li	{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

#thumbnail {position:relative; top:0px; left:0px; width:50px; background-color:#fff; z-index:100;}
#thumbnail a.p1, #menu a.p1:visited {display:block; width:50px; height:50px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#thumbnail a img {border:0;}
#thumbnail a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#thumbnail a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#thumbnail a.p1:hover .large {display:block; position:absolute; top:-310px; left:-320px; width:400px; height:300px; border:4px solid #333333;}