@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33CCFF;
	font-weight: bold;
}
a:visited {
	color: #33FFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #00AAEE;
}
h2 {
	font-size: 16px;
	color: #00AAEE;
}
h3 {
	font-size: 18px;
	color: #00AAEE;
}
h4 {
	font-size: 24px;
	color: #00AAEE;
}
h5 {
	font-size: 14px;
	color: #FFFFFF;
}

#container{
	width:800px;
	height:auto;
	margin:0 auto;
	background-color: #330066;
}

#top{
width:800px;
height:25px;
float:left;
background-color:#000000;
}
#top1{
	width:630px;
	height:25px;
	float:left;
}
#top2{
	width:170px;
	height:25px;
	float:left;
}
#logo{
width:800px;
height:250px;
float:left;
background-image:url(../images/Top-Header.gif);
}
#logotext{
	width:775px;
	height:110px;
	float:left;
	padding-left: 25px;
	padding-top: 140px;
}

#bar{
	width:800px;
	height:25px;
	float:left;
	background-color: #330066;
}
#bar1{
	width:280px;
	height:25px;
	float:left;
}
#bar2{
	width:740px;
	height:25px;
	float:left;
	padding: 0px 30px;
}
#leftside{
	width: 280px;
	height:auto;
	float:left;
		background-color: #330066;
}
#leftinner{
	width: 240px;
	height:auto;
	float:left;
	padding: 5px 20px;
		background-color: #330066;
	
}

#main{
	width:520px;
	height:auto;
	float:left;
		background-color: #330066;
}
#maininner{
	width:500px;
	height:auto;
	float:left;
	padding: 5px 10px;
	background-color: #330066;
}

#gallery {
	width:800px;
	height:110px;
	float:left;
		background-color: #330066;
}

#footer {
	width:800px;
	height:50px;
	float:left;
	text-align: center;
	background-color: #330066;
}


.left {
	float: left;
	clear:left;
	margin-right: 5px;
}

.right {float: right; clear:right; margin:5px}

.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.bl {
	background: url(../images/bl.gif) 0 100% no-repeat #098ff7;
	width: 20em;
	text-align: justify;
}
.clear {font-size: 1px; height: 1px}

.style1 {
	font-size: 14px;
	font-weight: bold;
