/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
#header a{text-decoration:none;}
/* END RESET */

html{overflow-y: scroll;}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:18px;
	
}
#container {
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#header {
	background:url(../images/header.png) no-repeat;
	height:265px;
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
#footer {
	padding: 0 10px;
	background:#FFF;
	text-align:center;
	font-size:14px;
	display:none;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#menuDiv{
	padding:125px 0px 0px 470px;
}	
#menuDiv img{
	margin-left:25px;
}
#selectDiv{
	padding:0px;
	margin:0px;
	position:absolute;
	top:200px;
	left:380px;
}
#mainSelect{
	padding:1px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#34373b;	
}
#ieDiv{
	display:none;
	position:fixed;
	background:url(../images/oldbg.png);
	padding:5px;
	z-index:1000;
	border:dashed #000 2px;
	width:960px;
}
#ieDiv a{color:#000; font-weight:bold; text-decoration:underline; }
#ieDiv a:hover{color:#990000; font-weight:bold; text-decoration:underline; }
ul#portfolio { 
	float: left; 
	list-style: none; 
	margin-left: 0; 
	width: 960px;
	padding-bottom:10px;
}
ul#portfolio li { 
	border: 4px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
	-moz-box-shadow:3px 3px 3px 0 #999;
	-webkit-box-shadow:3px 3px 3px 0 #999;
	box-shadow: 3px 3px 3px 0 #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;   
}

ul#portfolio img { display: block;  margin-bottom:4px; }
ul#portfolio a { display: block; width: 100%; }
a{color:#000; font-weight:normal; text-decoration:underline; }
a:hover{color:#9A0000; font-weight:normal; text-decoration:underline; }
ul#portfolio a{color:#34373B; font-weight:normal; text-decoration:none; }
ul#portfolio a:hover{color:#34373B; font-weight:normal; text-decoration:underline; }
#footer a{color:#000; font-weight:normal; text-decoration:underline; }
#footer a:hover{color:#9A0000; font-weight:normal; text-decoration:underline; }

#mainContent .hide{display:none;}
.main{display:none;}
.hidden{display:none;}

#theEntry{width:620px; height:450px; overflow:hidden; font-size:15px;}
#theEntry .title{font-size:20px; margin:0px;}
#theEntry p{margin-bottom:10px; margin-top:0px;}
#theEntry a{font-size:17px;}
#theEntry a:hover{font-size:17px;}



