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

html{
/*background: black url(images/carbon.gif) repeat;*/
background: black url(images/stripey.jpg) repeat-x;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

body{
margin: 0 auto;
width: 790px;
}

a, a:visited{
color: white;
}

h1{
font-family: "Courier New", Courier, monospace;
font-size: 24px;
color: white;
border-bottom: 1px solid white;
text-align: left;
padding-left: 80px;
}

h3{
color: #ec519d;
}

.pink-bold{
color: #ec519d;
font-size:14px;
}

.pink{
color: #ec519d;
font-size: 13px;
padding: 5px 0;
}

.fromleft{
display: inline;
float: left;
} 

.fromright{
display: inline;
float: right;
padding: 0 5px;
}

#spacer1{
margin: 0 auto;
width: 800px;
height: 20px;
}

#spacer2{
margin: 0 auto;
width: 780px;
height: 20px;
background: #666;
}

#headerimg{
margin: 0 auto;
width: 780px;
height: 30px;
background: url(images/top.gif) no-repeat;
}

#footerimg{
margin: 0 auto;
clear:left;
width: 780px;
height: 30px;
background: url(images/bottom.gif) no-repeat;
}

#content{
float: left;
width: 620px;
height: 620px;
background-color: #000000;
overflow: auto;
}

#contentleft {
float: left;
width: 280px;
height: 200px;
margin: 10px 0 0 -10px;
padding: 12px;
background: transparent;
color: white;
background: url(images/background85.png) repeat-y ;
z-index: 2;
}

#contentright {
float: left;
width: 280px;
height: 200px;
background: transparent;
color: white;
margin: 10px 0 0 0;
padding: 12px ;
background: url(images/background85.png) repeat-y ;
z-index: 2;
}

#contentright img{
padding-left: 50px;
}



#contact{
float: left;
padding: 20px;
width: 580px;
height: 380px;
background-color: #000000;
color: white;
}

#menu{
float: right;
width: 160px;
height: 420px;
padding: 0 10px 0 0;;
text-align: right;
color: white;
}

#menu p{
clear: both;
color: #CCC;
}

.nav{
width: 130px;
float: right;
text-align: right;
}

ul li{
list-style: none;
text-decoration: none;
}

ul li a, ul li a:visited{
text-decoration: none;
padding-right: 10px;
color: white;
font-size:16px;
}

ul li a:hover{
text-decoration: underline;
}

#footer{
	margin: 0 auto;
	width: 790px;
}

#awards {
	width: 620px;
	margin: 0 auto;
	float: left;
	color: white;
	text-align: center;
	padding-top: 10px;
}

#awards img{
	border: none;
	padding: 0 5px;
}

#followus {
	margin: 0 auto;
	float: left;
	width: 160px;
	height: 80px;
	text-align: right;
	color: white;
	paddin-top: 20px;
}

#followus a img {
	border: none;
}

/* mootools */

#horizontal_slide {
	background: transparent;
	color: white;
	padding: 10px;
	background: url(images/background85.png) repeat-y ;
	z-index: 2;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
	background: url(images/background640.png) no-repeat;
	
}