@charset "UTF-8";
body {
margin:0px;
padding:0px;
border:0px;
background-color:#000000;
}
#wrapper {
	position:relative;
	width:1024px;
	height:768px;
	margin:0px auto;	
}

#header {
position:absolute;
top:0px;
left:0px;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
width:100%;
height:104px;
border-bottom-color:#666666;
border-bottom-width:1px;
border-bottom-style:solid;
z-index:2;
}
#bg {
position:fixed;
top:0px;
left:0px;
background:url(images/bgtile.jpg);
background-repeat:repeat-x;
width:100%;
height:100%;
}

#mainNav {
position:absolute;
left:0px;
top:75px;
width:900px;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
color:#666666;
z-index:2;
}

#login {
position:absolute;
left:889px;
top:75px;
width:135px;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
color:#666666;
z-index:2;
text-align:right;
}

#logo {
position:absolute;
left:0px;
top:120px;
width:1024px;
height:400px;
}

 a:link{
text-decoration:none;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
}

 a:visited{
text-decoration:none;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
}

 a:hover{
text-decoration:none;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
}

#subheader{
position:absolute;
top:550px;
left:0px;
background:url(images/subheader.jpg);
background-repeat:repeat-x;
width:1004px;
height:40px;
padding-left:20px;
font-size:28px;
color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content {
position:absolute;
left:0px;
top:585px;
width:982px;
height:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
color:#CCCCCC;
padding:20px;
background-color:#282726;
border-color:#666666;
border-width:1px;
border-style:solid;
}

#portfolio {
position:absolute;
left:0px;
top:565px;
width:982px;
height:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CCCCCC;
}

#port_cell {
position:relative;
left:54px;
width:900px;
height:150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CCCCCC;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
border-color:#666666;
border-width:3px;
border-style:solid;
}
#port_text{
position:absolute;
left:610px;
top:0px;
width:280px;
height:150px;
}

#port_cell a:link{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CCCCCC;
border:none;
border-style:none;
}

#port_cell a:visited{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CCCCCC;
border:0px;
border-style:none;
}

#port_cell a:hover{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
border:none;
}