

/***------------------------------------
ALL
------------------------------------***/

bg {
	background-image: url(images/testbg.jpg);
	background-repeat: repeat-x;
}

body {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 12px;
 line-height: 24px;
 color: #000;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0;
 margin-bottom: 0;
 text-align: center;
 vertical-align: top;
 border: 0;
 background-color: #e5ebe4;
//background-image: url(images/testbg2.jpg);//
	

}

img {
 border: 0;
}

a, a:link, a:visited {
 color: #333;
 text-decoration: underline;
 border: 0;
}

a:hover {
 color: #ccc;
 text-decoration: underline;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style: none;
 border: 0;
}

li {
 list-style: square;

}

p {
 padding-bottom: 10px;
 margin: 0;
}

ol li {
 list-style-type: decimal;
}

/***------------------------------------
body styles
------------------------------------***/

#container {
 width: 960px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
 background-color: #ffcc00;
}

#header {
 width: 960px;
 float: left;
 height: 100px;
 margin: 0;
 padding: 0;
 background-color: #fff;
}

#logo {
 float: left;
 margin: 2px 0px 0px 0px;
 padding: 0;
}

#nav {
 float: right;
 margin: 10px 0px 0px 0px;
 padding: 10px;
 background-color: #ffcc00;
}

#nav li {
 float: left;
 margin-left: 30px;
 list-style-type: none;
}

#main {
 float: left;
 width: 960px;
 margin: 0;
 padding: 0px;
background-color: #fff;
}

#left {
 float: left;
 width: 540px;
 margin: 0;
 padding: 10px;
}

#right {
 float: left;
 width: 360px;
 margin: 0px 0px 0px 40px;
 padding: 0;
background-color: #fff;
}

#sidebar {
 float: left;
 width: 195px;
 margin: 0;
 padding: 0;

}

#sidebar ul {
}

#sidebar li {
 font-size: 10px;
 line-height: 18px;
 list-style-type: none;
}

#ads {
 float: left;
 width: 125px;
 margin: 0px 0px 0px 40px;
 padding: 0;
}

#footer {
 float: left;
 width: 960px;
 margin: 40px 0px 0px 0px;
 padding: 10px;
 clear: both;
 font-size: 10px;
 height: 200px;
}

.news {
 font-size: 10px;
 line-height: 18px;
 padding: 20px;
 background-color: #e2e0cf;
 margin: 0;
}
.contact {
 font-size: 10px;
 line-height: 18px;
 padding: 0px;
 margin: 0;
}
.twitter {
 font-size: 10px;
 line-height: 18px;
 padding: 20px;
 background-color: #e5ebe4;
 margin: 0;
}
#twitter_update_list li {
 list-style-type: none;
}



/***------------------------------------
Type
------------------------------------***/

h1 {
 font-family: helvetica, arial, sans-serif;
 font-size: 24px;
 color: #333;
 font-weight: bold;
 margin: 0;
 padding: 0;
 line-height: 36px;
 text-decoration: none;
}

h2 {
 font-family: helvetica, arial, sans-serif;
 font-size: 24px;
 color: #333;
	width: 540px;
 font-weight: bold;
 line-height: 36px;
 padding: 10px 10px 10px 10px;
 background-color: #e2e0cf;
 margin-bottom: 10px;
}

h3 {
 font-family: helvetica, arial, sans-serif;
 font-size: 12px;
 color: #333;
 font-weight: bold;
 margin: 20px 0px 0px 0px;
 padding: 0;
 line-height: 18px;
}

h4 {
 font-size: 12px;
 color: #ccc;
 margin: 10px 0px 0px 0px;
 font-family: helvetica, arial, sans-serif;
}

h5 {
 font-size:12px;
 font-family: helvetica, arial, sans-serif;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0;
}

#sidebar p {
 font-size: 10px;
 line-height: 18px;
 margin: 0;
}

#nav a, #nav a:link, #nav a:visited {
 text-decoration: none;
 font-weight: bold;
}

#nav a:hover {
 text-decoration: none;
 font-weight: bold;
color: #ffffff;
}


h1 a, h1 a:link, h1 a:visited, h1 a:hover {
 text-decoration: none;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover {
 text-decoration: none;
}
/***------------------------------------
LIghtbox
------------------------------------***/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
