/* SVS-SS-Site CSS Version 1 - 9-6-08 */
html, body {
	background-color: #000000;
	color: #9966FF;
	font-family: Verdana, Ariel, Sans-Serif;
	font-size: 12px;
}
a:link, a:visited, a:active { color:#9900FF; }
a:hover { color:#9999FF; }
#wrapper {
	background-color: #ffffff;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 175px;
}
#header {
	background-color: #333333;
	background-image: url('../images/headerbg.jpg');
	height: 250px;
}
#content {
	padding: 20px;
	width: 500px;
	float: left;
	border-right: 1px solid #9966FF;
}
#nav {
	height: 100% ;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
}
.hidden { display: none; }
.intro { font-style: italic; }
h2 {
	border-bottom: 2px solid #9966FF;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	clear: both;
}
.main {
	margin-bottom: 10px;
}
img { border: 1px solid #9966FF; padding: 2px; background-color: #ffffff; }
.left { float: left; margin: 0px 10px 0px 0px; }
.right { float: right; margin: 0px 0px 0px 10px; }
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul ul {
	padding-left: 20px;
}
li {
	display: block;
	padding: 2px;
}
li:hover {
	background-color: #9966FF;
	color: #ffffff;
}
li a:link, li a:visited, li a:active { color:#9966FF; }
li a:hover { color:#ffffff; }
li a { display: block; text-decoration: none; }
h1 {
	color: #ffffff;
	text-align: right;
	padding-top: 120px;
	padding-right: 20px;
	font-size: 40px;
}
.smaller { font-size:26px; }
.no-border { border: none; }
table { display: block; width: 500px; border-collapse: collapse; margin-bottom: 20px; }
table tr td, table tr th { text-align: left; padding: 5px; }
td.lborder, th.lborder { border-left: 1px solid #9966FF; }
td.rborder, th.rborder { border-right: 1px solid #9966FF; }
td.tborder, th.tborder { border-top: 1px solid #9966FF; }
td.bborder, th.bborder { border-bottom: 1px solid #9966FF; }
hr { color: #9966FF; background-color: #9966FF; }
#myGallery
{
width: 400px !important;
height: 200px !important;
}
.red:hover {background-color:red;}
.orange:hover  {background-color:orange;}
.yellow:hover {background-color:yellow;}
.green:hover  {background-color:green;}
.blue:hover  {background-color:blue;}
.red {color:red;}
.orange {color:orange;}
.yellow{color:yellow;}
.green {color:green;}
.blue {color:blue;}






















