body {
background:#E5E5E5;
}

div#wrap {
width: 1200px;
padding:0px;
margin:auto;
border:none;
outline:none;

}

div#pagewrapper {

/*border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;*/
box-shadow: -10px 10px 5px #888;
-moz-box-shadow: -10px 10px 5px #888;
-webkit-box-shadow: -10px 10px 5px #888;

padding:10px;
background:white;
width:960px;
height:100%;
overflow:auto;
}

div#sidebar {
float:right;
width:205px;
height:100%;
}
div#sidebarcontent {
padding:6px;
margin-bottom:15px;
background:white;
text-align:center;
}

.sidebar {
max-width:180px;
}

div.header {
	border-bottom:5px dotted #c0c0c0;
	bottom:100px;
}
div#nav {
margin-left:-40px;
}
div.content {
clear:both;
}
div.content_ref {

border-bottom:1px dotted #c0c0c0;
}

div.footer {
	border-top:5px dotted #c0c0c0;
	clear:both;
	height:200px;
}
div.imgholder {
	float:left;
	width:230px;
	height:170px;
	border-bottom:1px dotted #c0c0c0;
	padding:5px;
	text-align:center;
	}


a, h1, h2, h3, h4, p, li {
	font-family:Georgia,serif, times;
	}
h1, h2, h3, h4 {
	text-align:Left;
	display:block;
}

h4.content_h4 {
	text-decoration:underline;
	text-align:center;
}

a.header:link, a.header:visited, a.header:hover, a.header:active {
	font-size: 72px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: -3px 3px 4px black;
	color: #FFFF66;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
} 
a.header:hover {
	background:black;
	color: #FFFF66;
	text-shadow: none;
	text-decoration:none;
}
a.header:active {
border:thin dotted black;
background:none;
}
p.header {
	line-height:0px;
	font-size:24px;
	font-weight:bold;
	color: #000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
} 
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	font-size:18px;
	color:black;
	font-style:italic;
	font-family:georgia;
	display:block;
	padding:10px 5px 10px 5px;
	text-decoration:none;
	border:thin solid white;
	text-align:center;
}
a.nav:hover {
text-decoration:underline;
}
a.nav:active {
border:thin dotted black;
color:#FFFF66;
}

a.img_ref {
	color:black;
	display:block;
	text-decoration:none;
	border-bottom:4px solid white;
}
a.img_ref:hover {
}
ul.nav {
	list-style-type: none;
	width:960px;
	
}
li.nav {
	border-top:thin solid black;
	border-bottom:thin double black;
	float: left;
	min-width:126px;
	min-height:44px;
	}
li.nav:hover a{	
	background:#FFFF66;
	color:Black;
}
p.content_p {
	line-height:120%;
	
}
p.footer, a.footer {
	font-style:italic;
	font-size:14px;
}
p.imgtext {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	}

img {
	border:none;
	color:white;	
}

#col1 img {
margin: 10px;
}

img.nav {
height:20px;
vertical-align:middle;
}

img.content_img {
	max-width:200px;
	max-height:100px;
	margin:0px 0px -15px 0px;
	border: 1px solid #fff;
	color:white;
	}
a img.content_img:hover {
	opacity:0.7;
border: 1px dotted #444;
}
img.content2 {
	max-width:200px;
	max-height:100px;
	margin:10px ;
	border:none;
	color:white;
	vertical-align:top;
	}
img.header_img {
	max-height:100px;
	border:none;
	color:white;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
margin:5px;
padding:5px;
background-color:#FFFF66;
color:black;
text-decoration:underline;
border:2px solid #333;
display:block;
font-size:18px;
box-shadow: -2px 5px 10px #ccc;
-moz-box-shadow: -2px 5px 10px #ccc;
-webkit-box-shadow: -2px 5px 10px #ccc;
text-shadow: 0px 1px 1px #ccc;
width:170px;
}

a.button:hover {
background-color:#DDDD60;
color:white;
box-shadow: 4px 4px 10px #444 inset;
-moz-box-shadow: 4px 4px 10px #444 inset;
-webkit-box-shadow: 4px 4px 10px #444 inset;
}
