@CHARSET "UTF-8";

body, html {

   width:100%;
   height:100%;
}

fieldset, img {
	border: 0;
	}

a img { border: 0;}

a {
   text-decoration: none;
}
a:link {
   color: #2c858d;
}
a:visited {
   color: #2c858d;
}
a:active {
   color: #2c858d;
}
a:hover {
   color: #c9ffd5;
}

body {
   margin:0px;
   padding:0px;
   font-size:14px;
	font-family: Myriad Pro, Verdana, Arial;
	font-size-adjust:none;
	font-variant:normal;
	font-stretch:normal;	
	width:100%;
	height:100%;
	background-color: #004056;
	}
	
#bigwrapper{
   width:100%;
   height:100%;
   margin:0px;
   padding:0px;
}

#wrapper{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	position: relative;
	height: 100%;
	background-color: white;
}

#header{
	width: 1024px;
	height: 300px;
	background-color:white;
}

#divider{
	width: 1024px;
	height: 2px;
	background-color: black;
}

#container{
	width: 1024;
	height:300px;
	}

#nav{
	margin-top: 5px;
	width: 1024px;
	height: 50px;
}

#nav_portfolio{
	height: 37px;
	position: absolute;
	left: 18px;
}

#nav_resume{
	height: 37px;
	position: absolute;
	left: 199px;
}

#nav_contact{
	height: 37px;
	position: absolute;
	left: 383px;	
}

#nav_line{
	height: 37px;
	position: absolute;
	left: 524px;
	padding-top: 17px;
}

#content{
	width: 1024px;
	min-height: 200px;
	background-color: white;
	position: absolute;
}

#gallery{
		min-height: 200px;
	
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#resume, #contact{
	padding-left: 15px;
	padding-right: 15px;
		min-height: 200px;
	
}

.prettyimg{
	margin:6px;	
}

#rtimg{
		min-height: 30px;
		position: absolute;
		right: 100px;
		top: 20px;
}

ul {
	margin-top:0px;	
	padding-top:0px;
}

li {
	margin-top:0px;	
	padding-top:0px;	
}

h1, h2, h3, h4, h5{
	margin-bottom:0px;	
	padding-bottom:5px;
}

.list_tab {
	 list-style-type: none;
	}
	
.list_disc {
	 list-style-type: disc;
	}
	
.skills {
	vertical-align: top;
	}

#footer{

	background-color: #74ceb7;
	width: 1024px;
	height: 20px;
	text-align: right;
	vertical-align: middle;
	padding-top: 4px;
	bottom:0px;

}