@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #333333;
	background-image: url(edited/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#ff0000;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#ff0000;
	scrollbar-track-color:#333333;  
}

a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

table
{
	border:none;
	border-spacing:0;
	padding:0;
	width:805px;
}
table.text
{
	border:none;
	border-spacing:0;
	padding:0;
	width:500px;
}
td.contactus
{
	background-image: url(edited/GirlwithRedBlueOrchid.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
}


textarea
{
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:none;
}

table tr tr td
{
	vertical-align:top;
}

.scrollText
{
	overflow:auto;
	height:320px;
	width:520px;
}

.scrollTextAbout
{
	overflow:auto;
	height:170px;
	width:520px;
}
.bottomLinks
{
	font-size:9px;
}