html, body { margin: 0; padding: 0; background-color: #000; background-image:url(../images/elements/background.jpg); background-repeat: repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #2B2B2B; line-height: 13px; vertical-align: top; }
html { overflow: -moz-scrollbars-vertical; overflow: scroll; }
br { line-height: 13px; }

#container { width: 763px; }
#top { width: 763px; height: 80px; background-image:url(../images/elements/bg_top.png); background-position: top; background-repeat: no-repeat; }
#top2 { width: 763px; height: 357px; background-image:url(../images/elements/bg_middle_repeat.png); background-position: top; background-repeat: repeat-y; }
#middle { width: 763px; background-image:url(../images/elements/bg_middle_repeat.png); background-position: top; background-repeat: repeat-y; }
#bottom { width: 763px; height: 51px; background-image:url(../images/elements/bg_bottom.png); background-position: top; background-repeat: no-repeat; }

#header { width: 701px; height: 50px; text-align: right; padding-top: 30px; }
#content { width: 701px; text-align: left; text-align: left; padding-top: 12px; overflow: hidden; }
#footer { width: 701px; text-align: left; }

#right { clear: both; float: left; width: 221px; margin-right: 19px; }
#center { float: left; width: 221px; margin-right: 19px; }
#left { float: left; width: 221px; }
p.box { padding: 7px 7px 10px 7px; background-color: #FFF; margin: 0 0 19px 0; }

#logo { clear: both; float: left; width: 142px; padding-top: 19px; }
#desc { float: left; width: 418px; padding-right: 26px; padding-top: 19px; }
#links { float: left; width: 115px; padding-top: 19px; }

.bigtext { font-size: 16px; line-height: 16px; font-weight: bold; }

.gray { color: #818181; }

a:link 		{ color: #FF00D8; text-decoration: none; }
a:visited 	{ color: #FF00D8; text-decoration: none; }
a:active	{ outline:none; }
a:hover 	{ color: #2B2B2B; text-decoration: none; }

a.black:link 	{ color: #2B2B2B; text-decoration: none; }
a.black:visited { color: #2B2B2B; text-decoration: none; }
a.black:active 	{ color: #2B2B2B; outline:none;  }
a.black:hover 	{ color: #FF00D8; text-decoration: none; }

.thumb { margin-bottom: 9px; text-decoration: none; }

#container2 {
	width:763px;
	top:15px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:701px;
	height:329px;
	top:-3px;
	left:-51px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:4px;
	left:-44px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:687px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:687px;
	height:315px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:130px;
	left:0px;
	width:17px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:670px;
}

/*
	Pagination
*/

.pagination {
	margin:14px auto 0;
	width:70px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

/*
#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
*/
/*
	Anchors
/*

/*
a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
/*

