body {

	background-position: center top;

	background-color: #000;

	background-image: url(../img/main-background.gif);

	background-repeat: no-repeat;

	margin-top: 200px;

}

	

img {
	border: 0;
}



/*---------------------------------------------------------------------------------General*/

#wrapper {
	width:780px;
	/*padding: 0 0 0 150px;*/

	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #2B0019;
	background-color: #FFFFFF;

}





/*---------------------------------------------------------------------------------Footer*/

#footer {
	clear: both;
	text-align: center;
	margin-top: 500px;
}
.footer_links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #8C0052;
}
.footer_links a:hover {
	color: #660066;
}
.footer_links a:visited {
	color: #666666;
}


#footer-wave {
	margin: 0px;
	width: 780px;
	height: 0px;
	
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}


/*---------------------------------------------------------------------------------Homepage*/

#menu{
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	width: 170px;

}
#menu ul {
	padding: 1px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	width: 170px;
	margin: 0px;

}
#menu li {
	list-style-image: none;
	padding: 2px;

	

}
	

#right-box {
	float: right;
	width: 181px;
	height: 735px;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;

}



#right-box img{
	padding: 0px;
	margin-bottom: 10px;
	border-top-width: 0.08em;
	border-bottom-width: 0.08em;
	border-left-width: 0.08em;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}



#mid-box {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 700px;

}
.mid_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.mid_text a {
	color: #000000;
	font-weight: bold;
}

.mid_text a:hover {
	text-decoration: none;
	color: #CC0066;
}
.mid_text a:visited {
	color: #333333;
}





.mid_text_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*---------------------------------------------------------------------------------Content*/

.content {
	width: 780px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
	min-height: 1000px;
	

}
.bottom-horizontal {
	background-color: #FFFFFF;
	height: 100px;

}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height:133px;
}


.hoverbox li
{
	
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	display: inline;
	float: left;
	margin: 20px;
	padding: 0px;
	position: relative;
	clear: none;
}

.hoverbox .preview
{
	border-color: #000;
	width: 241px;
	height:321px;
}


/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}




/* =Hoverbox 2 Code
----------------------------------------------------------------------*/

.hoverbox2
{
	cursor: default;
	list-style: none;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox2 img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height:75px;
}


.hoverbox2 li
{
	
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 20px;
	padding: 0px;
	position: relative;
	clear: none;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 241px;
	height:181px;
}


/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox2 a
{
	position: relative;
}

.hoverbox2 a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox2 a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox2 li
{
	position: static;
}


	


	







	



	
