body {
	color: #ccc;
	font-family: "Lucida Sans", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	background: #252525;
}

a:link, a:visited, a:active {
	color:#A8D4EE;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFC000;
	text-decoration:none;}

h1{
	color: #539ddc;
	font-size: 22px;
	font-weight: bolder;
	margin:10px 10px -10px 10px;
	padding: 0px;
	text-align:center;
	
}

h1 sup{
	color: #ddd;
	font-size: 18px;
	font-weight:300;
}

h1 span{
	color: #ddd;
	font-size: 14px;
	font-weight:300;
	margin:10px 0px 2px 0px;
}


h2{
	color: #ddd;
	font-size: 2.5em;
}

h3{
	color: #fff;
	font-size: 1.2em;
	font-weight:400;
}

h3 a, a:link, a:visited, a:active {
	color: #90b7de;
	font-weight:bold;
}

h4{
	font-size: 1.3em;
}


.content a{
	color: #fff;
}


.content p.linkage{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	width: 740px;
	height: 485px;
	text-align: left;
	margin: 0;
	padding:0;
}


#form {
	margin: 20px auto;
	width:200px; 
	padding:10px;
}

#form p, li, label{
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:11px;
	color:#CCCCCC;
	line-height:1.4em;
	margin-top:0em;
	margin-bottom:0.7em;
	padding-top:0em;}
	
#form input, form, select, textarea {
	font-family:"Lucida Sans", Verdana, Arial;
	font-size:11px;}

form fieldset {
  clear: both;
  font-family:"Lucida Sans", Verdana, Arial;
  font-size:11px;
  border-color:#1e2c41;
  border-width: 1px;
  border-style: solid;
  padding:0px 5px 5px 0px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-weight: normal;
  font-family:"Lucida Sans", Verdana, Arial;
  font-size:11px;
  color: #CCCCCC;
  margin: 0 0 0 0;
  padding: 0 10px 0px 0px;
}	

.errordiv {
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
 
}

.required {
  background-color: #DDA2A2;
}

.required:focus {
  background-color: #fff;
  border: 1px solid #993333;
}

.checkit {
  background-color: #E0E5EF;
}

.tableBG {
	background: #252525 url(../images/SB1Gallery/background.gif) repeat-x; }
	
.tableBGform {
	border-top:1px solid #0f131d;
	top:0px;
	padding:0;
	margin:0;
	width:230px;
	background: #191919 url(../images/SB1Gallery/backgroundForm.gif) repeat-x 0px -1px ; }

