/* CSS Document */

body {
	margin: 0px;
	padding: 0xp;
	background-color: #333;
	background-image: url(../images/main_back.jpg);
	background-position: top, center;
	background-repeat: no-repeat;
	}
p {
	margin: 0px;
	padding: 0px;
	}

.maintext {
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	}
.maintitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
.maintext a:link{
	font-weight: bold;
	text-decoration: none;
	color: #0099cc;
	}
.maintext a:hover{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
.maintext a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
	}
	
.copyright {
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	}
.copyright a:link{
	font-weight: bold;
	text-decoration: none;
	color: #0099cc;
	}
.copyright a:hover{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
.copyright a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
	}
.resumeholder {
	width: 775px;
	height: 340px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #333;
	SCROLLBAR-3DLIGHT-COLOR: #333;
	SCROLLBAR-ARROW-COLOR:  #000;
	SCROLLBAR-TRACK-COLOR: #000;
	SCROLLBAR-DARKSHADOW-COLOR: #333;
	}
.albumthb {
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	}
.albumholder {
	width: 680px;
	height: 300px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #333;
	SCROLLBAR-3DLIGHT-COLOR: #333;
	SCROLLBAR-ARROW-COLOR:  #000;
	SCROLLBAR-TRACK-COLOR: #000;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
	}
form {
	padding: 0px;
	margin: 0px;
	}
	
input.form {
	background-color: #333; 
	width: 130; 
	height: 20;
	border: 1px solid #999; 
	font-size: 11px; 
	color: #fff;
	}
.formfield {
	background-color: #333;
	border: 1px solid #999;
	color: #fff;
    font-size: 11px; 
	}