@charset "utf-8";
body  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	margin: 0; 
	padding: 0;
	text-align: center;
	background: url(../images/bg.jpg) no-repeat top center #000;
}
/* Starting of various classes*/ 
a:link {
	color: #F60;
}

a:visited {
	color: #F60;
}

a:hover {
	color: #F00;
}

a img {
	border:medium none;
}

.photo{
	margin: 25px;
	padding: 3px;
	border: 1px #333 solid;
	float: right;
	position: relative;
	width: 250px;
	height: 370px;
	background: #FFF;
}

.photo span{
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
}

.photo2{
	margin: 25px;
	padding: 3px;
	border: 1px #333 solid;
	float: right;
	position: relative;
	width: 400px;
	height: 300px;
	background: #FFF;
}

.photo3 span{
	width: px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 70px;
}

.photo3{
	margin: 25px;
	float: right;
	position: relative;
	width: 210px;
	height: 304px;
}

.photo2 span{
	width: px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 160px;
}

.main-img {
	border:1px solid #778899;
	display:block;
	float:center;
	margin:0 0 20px 0;
	padding:3px;
	width:500px;
}

ul#nav {
	border-top:1px solid #778899;
	float: left;
	list-style-type: none;
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
}

ul#nav li a{
	color:#2F4F4F;
	border-bottom:1px solid #778899;
	display:block;
	height:100%;
	padding:5px 3px 5px 15px;
	position:relative;
	text-decoration:none;
	text-indent:-10px;
}

ul#nav li a:hover{
	color: #00008B;
}

.welcome{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	font-size: 26px;
	color: #C00;
}

.welcomesmall{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: #F30;
}

h2{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	color: #F30;
}


#toptop{
	margin: 0;
	padding: 0 0 0 50px;
}

#toptop li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bolder;
	color: #F90;
	text-decoration: none;
}

#toptop li a{
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}

#toptop li a:hover{
	color: #F30;	
}


/* Here begins the frames of the site */

#container { 
	width: 850px;
	background: url(../images/mainbg.gif) no-repeat #FFFFFF;
	margin: 0 auto;
	margin-top: 100px;
	text-align: left;
} 
#topbar { 
	padding: 0;
	height: 230px;
	background: url(../images/header.jpg) no-repeat center;
	border-bottom: #ff9900 5px solid;
} 

#mainContent {
	margin: 0 0 15px 0;
	padding: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
} 
#footer { 
	border-top:1px solid #CDCDCD;
	padding: 10px 10px 10px 20px;
	text-align: center;
	color: #778899;
	padding: 10px;
} 
#footer a{
	color: #778899;
}
#footer a:hover{
	color: #2F4F4F;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

