@charset "utf-8";
/* CSS Document */

body {background-color: #663399;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color:#666666;
margin: 0;
padding: 0}

#maincontainer {width:985px;

margin: 0 auto;

}

.header {
}

.center {padding: 0 0 1em 0;
background-image: url(images/bg.gif);
background-position: top left;
background-repeat:repeat-y;}

.left {float: left;
width: 600px;
padding: 1em 0 2em 2.5em;
}



.right {float: right;
padding: 3.5em 1.25em 0 0 ; 
width: 265px;
}

.clear {clear: both}

h1 {color: #663399;
font-size:medium;
font-weight: bold;
border-bottom: 2px dashed #ccc;
padding-bottom:8px;
margin-bottom: 1.5em}

h2 {color: #663399;
font-size:small;
font-weight: bold}

p.quote {color:#663399;
padding: 1em;
border: 1px solid #999999} 

p.contact {
padding: 1em;
border: 1px solid #999999} 

 

.contact a {color: #663399;
text-decoration: none}

.contact a:hover {color: #000000}

/*----nav--*/

.nav {
background-color: #663399;
height: 25px}

.nav ul{
margin: 0 0 0 -1px;
padding: 0}

.nav li {
margin: 0 ;
padding: 0 ;
text-align:center;
display: inline-block;

}

.nav li a {
color: #663399;
text-decoration: none;
font-weight: bold ;
margin-left: 1px;
background-color: #e6e6e6;
padding: 4px 5px 4px 5px;
display: inline-block;
width: 145px}
	


	a.round {
/*-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	}
	
	a.roundon {
/*-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	}
	
	

a.round:hover {
color: #CC00CC;

}

.nav li a.roundon {
font-weight: bold;
color: #cc00cc;
background-color:#fff;
}

/*------------*/

.center a {color: #CC00CC;
text-decoration:none}

.center a:hover {color: #663399}

.base {width: 985px;
margin: 1em auto;
color: #ccc;
font-size: 10px;
text-align:right;
padding-right: 1em}

.base a {color: #ccc;
text-decoration:none}

.base a:hover {color: #000}

p.video {padding-top: 2em}
