/* CSS Document */

body	{
	background-color: #000;
	}

#container
	{
	width: 100%;
	height: 100%;
	position: absolute; top: 10px; left: 10px;
	margin-right: 10px;
	}
	
#header	{
	height: 107px;
	background-image: url(header.jpg);
	background-color: #D6D3D4;
	background-repeat: no-repeat;
	padding-left: 193px;
	z-index: 2;
	}
	
#center	{
	position: relative; top: 0px; left: 0px;
	height: 375px;
	background-image: url(body.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-left: 203px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: auto;
	scrollbar-base-color: #CBABAD;
	scrollbar-3dlight-color: #E3D4D5;
	scrollbar-darkshadow-color: #AE9799;
	scrollbar-face-color: #CBABAD;
	scrollbar-highlight-color: #DBC2C4;
	scrollbar-shadow-color: #AE9799;
	scrollbar-track-color: #D6D3D4;
	z-index: 2;
	}
	
#footer	{
	height: 70px;
	position: relative; top: 0px; left: 0px;
	background-image: url(footer.jpg);
	background-color: #D6D3D4;
	background-repeat: no-repeat;
	z-index: 2;
	}
	
#name	{
	height: 153px;
	width: 610px;
	z-index: 5;
	position: absolute; top: 45px; left: 163px;
	}
	
#nav	{
	height: 485px;
	width: 165px;
	z-index: 4;
	position: absolute; left: 25px; top: 60px;
	background-image: url(nav.jpg);
	background-color: #666666;
	background-repeat: no-repeat;
	border: solid #000 2px;
	}
	
#para	{
	text-indent: 1cm;
	}
	
#resume	{
	text-align: right;
	}

.PR	{
	float: right;
	}

.PL	{
	float: left;
	}

#port {
	text-align: center;
	margin-left: 100px;
}

#port td {
	padding: 10px;
	border: solid #A5A3A4 2px;
}

#port img {
	border: solid #A5A3A4 2px;
}

.topics {
	border: solid #000 2px;
	background-color: #A5A3A4;
	color: #FFF;
	font-size: large;
}

.rightSide {
	float: right;
}

.rightSideHeader {
	color: #CBABAE;
	text-align: center;
}
		
a.navlinks:link 	{ 
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 200%;
	text-decoration: none;
	z-index: 2;
	 }
a.navlinks:visited	{
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 200%;
	text-decoration: none;
	z-index: 2;
	 }
a.navlinks:hover	{
	padding-left: 5px;
	color: #A4787A;
	font-size: 200%;
	text-decoration: underline;
	z-index: 2;
	 }

a#mail:link 	{ 
	padding-left: 5px;
	color: #A4787A;
	text-decoration: none;
	z-index: 2;
	 }
a#mail:visited	{
	padding-left: 5px;
	color: #A4787A;
	text-decoration: none;
	z-index: 2;
	 }
a#mail:hover	{
	padding-left: 5px;
	color: #7B4F51;
	text-decoration: underline;
	z-index: 2;
	 }

a:link	{
	color: #A4787A;
	text-decoration: none;
	}

a:hover, a:active {
	color: #A4787A;
	text-decoration: underline;
	}

a:visited {
	color: #A4787A;
	text-decoration: none;
	}
