
/* basic settings */
body {
	background-color: #000000;
	font-family: Verdana;
	margin: 0,0,0,0;
	background-image: url(../images/background.jpg);
	scrollbar-face-color:#33293D;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#FFFFFF;	
	scrollbar-3dlight-color:#555555;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#111111;
	scrollbar-darkshadow-color:#111111;
}

/* link look */
A:link { font-size : 10px;	color : #7580AD; text-decoration : none; }
A:visited { font-size : 10px; color : #7580AD;	text-decoration : none; }
A:active {	font-size : 10px; color : #7580AD; text-decoration : none; }
A:hover { font-size : 10px; color : #AFB6D6; text-decoration : underline; }

/* links in the link area are 3px to the right from where they are now if this is set on
span#links A:link {	padding-left: 3px; }
span#links A:visited {	padding-left: 3px; }
span#links A:active {	padding-left: 3px; }
span#links A:hover {	padding-left: 3px; }
*/

/* top header image */
#header_01 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}

/* header image on the right */
#header_02 {
	position: absolute;
	width: 14px;
	height: 344px;
	left: 719px;
	top: 80px;
}

/* link settings */
#links {
	width: 150px;
	margin-top: 150px;
	margin-left: 10px;
	position: absolute;
}

#content {
	width: 500px;
	margin-top: 150px;
	margin-left: 178px;
	position: absolute;
	font-size: 10px;
	color: #B4B4B4;
	text-align: justify;
}

h1 {
	font-size: 12px;
	color: #C7C8E2;
	margin: 0px;
}

h2 {
	font-size: 12px;
	color: #C7C8E2;
	margin: 0px;
}

.cheader {
	width: 500px;
	height: 30px;
	border-top: #313944;
	border-bottom: #0D0D0D;
	border-left: #313944;
	border-right: #0D0D0D;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #82D5FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.ctext {
	width: 500px;
	height: 30px;
	border-top: #313944;
	border-bottom: #0D0D0D;
	border-left: #313944;
	border-right: #0D0D0D;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #D4D4D4;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

#left {
	float: left;
	text-align: left;
}

#right {
	float: right;
	text-align: right;
}

.screenshot {
	border: 1px solid #000000;
	margin: 3px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style : italic;
}

/* settings for the contact page's element positioning */
#contact1 {
	margin-left: 0px;
	margin-top: 0px;
	width: 150px;
	position: absolute;
}

/* settings for the contact page's element positioning */
#contact2 {
	margin-left: 130px;
	margin-top: 0px;
	width: 150px;
	position: absolute;
}

/* settings for the contact page's element positioning */
#contact3 {
	margin-left: 0px;
	margin-top: 80px;
	width: 150px;
	position: absolute;
}

/* settings for the contact page's element positioning */
#contact4 {
	margin-left: 130px;
	margin-top: 80px;
	width: 150px;
	position: absolute;
}

.updateby {
	color: #B4B4B4;
	font-size: 9px;
}
