@charset "utf-8";
body {
	font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FDD94A;
	background-color: #020238;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
	}

#maincontent {
	padding:0px;
	width:800px;
	background-color:#6E85A4;
	background-image:url(images/v_spacer.png);
	background-repeat: repeat-y;
	min-height:auto;
}

#header {
	height:110px;
	width: 800px;
	float: right;
	padding:0px;
	margin: 0px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
}

#nav {
	margin:0px;
	padding:5px;
	float:left;
	width:130px;
	height: 400px;
	font-weight:bold;
}

#nav img {
padding-top: 30px;
}

#nav a:link {color: #FDD94A; text-decoration:none;}
#nav a:visited {color: #FDD94A; text-decoration:none;}
#nav a:hover {color: #FDD94A; font-style:italic; text-decoration:none;}
#nav a:active {color: #FDD94A; text-decoration:none;}

#viewer {
	margin:0px;
	padding:0px;
	width:600px;
	float:left;
	height:auto;
	padding-top: 10px;
	padding-left:30px;
}

#viewer p {
	padding-right: 15px;
}

#viewer img {
float:right;
display: inline;
border-style:solid;
border-color: #FDD94A;
margin-top: 25px;
margin-bottom: 10px;
margin-left: 10px;
border-width:thin;
}

#viewer a:link {color: #FDD94A; text-decoration:underline;}
#viewer a:visited {color: #FDD94A; text-decoration:underline;}
#viewer a:hover {color: #FDD94A; text-decoration:none;}
#viewer a:active {color: #FDD94A; text-decoration:none;}

#portfolio {
	margin:0px;
	padding:0px;
	width:600px;
	float:left;
	height:auto;
	padding-top: 10px;
	padding-left:30px;
}

#portfolio h1,h2,h3,h4 {
text-align: center;
margin:0px;
padding:5px;
margin-right:50px;
}

#portfolio p {
padding-right: 15px;
}

#portfolio img {
display: inline;
border-style:solid;
border-color: #FDD94A;
border-width:1px;
margin: 5px;
float:left;
}

#clearleft {
clear:left;
}

#portfolio a:link {color: #FDD94A; text-decoration:none;}
#portfolio a:visited {color: #FDD94A; text-decoration:none;}
#portfolio a:hover {color: #FDD94A; text-decoration:underline;}
#portfolio a:active {color: #FDD94A; text-decoration:underline;}

#project {
	float: left;
	width: 120px;
	height: 150px;
	text-align:center;
	border-style:solid;
	border-color: #FDD94A;
	border-width:1px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:20px;
	padding:5px;
}

#project img {
display: inline;
border-style:none;
margin: 0px;
float:none;
}
#viewerleft {
margin:0px; 
padding:0px; 
width:350px; 
height:auto;
float:left;
}

#viewerleft p {
padding: 15px;
}

#viewerleft a:link {color: #FDD94A; text-decoration:underline;}
#viewerleft a:visited {color: #FDD94A; text-decoration:underline;}
#viewerleft a:hover {color: #FDD94A; text-decoration:none;}
#viewerleft a:active {color: #FDD94A; text-decoration:none;}

#viewerpic {
margin:0px; 
padding:0px; 
width:330px; 
height:206px;
padding-top:6px;
padding-left:14px;

}

#pic {
float:right; 
padding-top:120px;
padding-right:5px;
padding-left:5px;
padding-bottom:200px;
}

#clear {
clear:both;
}

#project-main img {
border-style:solid;
border-color: #FDD94A;
border-width:2px;
padding: 5px;
margin: 5px;
margin-right:44px;
float:right;
width:424px;
height: auto;
}

#footpad {
margin: 0;
padding: 0;
background-image:url(images/background.png);
background-repeat:no-repeat;
height:90px;
width:800px;
float:left;
background-position:bottom;

}

#footer {
	margin:0;
	color:#FDD94A;
	background-color:#020238;
	font-size:10px;
	padding:0;
	text-align:right;
	width:800px;
}

#footer a:link {color: #FDD94A; text-decoration:underline;}
#footer a:visited {color: #FDD94A; text-decoration:underline;}
#footer a:hover {color: #FDD94A; text-decoration:none;}
#footer a:active {color: #FDD94A; text-decoration:none;}

/* Gallery Additions */
