/* PINK: #ff0099 */

BODY.main {
	background-color: #000000;
	background-image: url( "../images/bgstripe.jpg" );
	background-position: left;
	background-repeat: repeat-y;
	color: #dddddd;
	font-family: "Arial","sans-serif";
	font-size: 90%;
	}

DIV.head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url( "../images/header1.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
	}
DIV.head P.phone {
	position: absolute;
	top: 57px;
	left: 0px;
	padding-left: 565px;
	font-size: 125%;
	color: #ffffff;
	background-color: transparent;
	font-style: bold;
	}
DIV.head P.pink {
	position: absolute;
	top: 78px;
	left: 0px;
	padding-left: 235px;
	font-size: 110%;
	color: #ff0099;
	background-color: transparent;
	font-style: bold;
	}

DIV.container{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	}


DIV.links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	}

DIV.info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 719px;
	padding-top: 0px;
	padding-left: 160px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: justify;
	}

DIV.text {
	background-color: #000000;
	color: #dddddd;
	padding: 5px;
	width: 540px;
	}

DIV.copy {
	font-size: 65%;
	font-family: Arial, "sans serif";
	color: #dddddd;
	text-align: right;
	}
TABLE {
	width: 80%;
	}
TD.war   {
	background-color: #454545;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	}

TABLE.about {
	width: 99%;
	}

TABLE.about TD.right {
	font-size: 100%;
	}
TD.contact   {
	background-color: transparent;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	}
TD { font-size: 90%; vertical-align: top;}
TH {
	background-color: #dddddd;
	color: #000000;
	}

B {	color: #ffffff; }

H1 	{
	font-size: 110%; 
	color: #ffffff;
	font-weight: bold;
	}
H2 	{
	font-size: 100%; 
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	}

.box {
	position: absolute;
	top: 225px;
	left: 125px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-style: outset;
	border-width: 2px;
	border-color: #ff0099;
	text-align: center;
	background-color: #000000;
	z-index: 1;
	}
	
.spectra { 
	color: #ff0099; 
	font-weight: bold;
	text-transform: uppercase;
	}

.rtimg {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	clear: right;	
	}
p.right {
	text-align: right;	
	}

a:link {
	color: #ff6699;
	}

a:visited {
	color: #dddddd;
	}

a:active {
	color: #0000ff;
	}




