/*css development Scubita */
/* here it goes here it goes here it goes here it goes here it goes here it goes */

* {
	margin:0;
	padding:0;
	}

body {
	background-repeat: repeat-x;
	background-color: #232323;
}

#wrapper {
    width: 931px;
    margin-left:auto;
    margin-right:auto;
}


#disclaimer {
	width:899px;
	height:128px;
	padding:15px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #565656;
	background-image: url(disclaimer.jpg);
	float:right;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
    border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	

}

.box {
    float: left;
	width:246px;
	height:155px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(box1.jpg);
	margin: 20px 7px 10px 3px;;
	padding: 10px 5px 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.boxpic {
	margin: 16px;
	float:right;
	border: 1px solid #FFF;
}

#leftbox {
	width:200px;
	height:709px;
	padding:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DFDFDF;
	float:left;
	border-left: 1px solid #FFF;
}


#rightbox {
	width:668px;
	height:700px;
	padding:23px 15px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	float:right;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #131313;
	text-align: left;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    width: 198px;
	height: 20px;
	margin-bottom: 3px;
	padding: 5px 0 0 0;
	display: block;
	background-color: #1E5B73;
	color: #FFF;
	text-align: center;
}

 .menu a
{
display: block;
margin-bottom: 3px;
color: #000000;
font-size: 11px;
width: 198px;
height: 20px;
color: #FFF;
text-decoration: none;
}

.menu:hover {
	background-image: url(buttonactive.jpg);
	color: #FFF;
	text-align: center;
}

#footer {
	width:898px;
	height:66px;
	padding:15px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	float:right;
}




/* Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles */

.blockquote {
    background: #3EA7CA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 22px 10px 15px 0;
	padding: 5px 7px 5px 7px;
	display: block;
	
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 2px 5px 3px;
	background-color: #36393d;
	color: #f2f2f2;
	display: inline;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 2px 5px 3px;
	background-color: #3EA7CA;
	color: #FFF;
	display: inline;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}

.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232323;
	line-height: 16px;
}



/* links links links links links links links links links links */

.links {
	color: #FFFF00;
	text-decoration: underline;
	
}

.links:hover {
	color: #99FF00;
	text-decoration: underline;
	
}

.linktop {
    width: 115px;
	height: 30px;
	display: block;
	padding: 10px 0 0 0;
	margin-left: 2px;
	background-image: url(button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: right;
}

.linktop:hover {
	background-image: url(buttonactive.jpg);
}

