/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#C8D3E5;
	color:#454344;
	margin:30px;
}
.mceContentBody {
	background:#FCF8F9;
	margin:10px;
}	
h1, h2, h3, h4, h5, h6 {
	font-size:1.4em;
	color: #1C449B;
	margin-top:0;
	padding-top:0;
}
a {
	color: #1C449B;
	text-decoration:none;
}
#container {
	background-color:#FCF8F9;
	width:721px;
	border:1px solid #000000;
}
#logo {
	background:url('images/top.jpg');
	border-bottom:1px solid #000000;
	height:116px;
}
#menu {
	background-color:#CCCCCC;
	border-bottom:1px solid #000000;
}
/* Menu */
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
display:inline;
position: relative;
}
#csstopmenu li div{
	display:inline;
}
#csstopmenu a{
text-decoration: none;
}
.headerlinks{
padding-left: 8px;
padding-right: 8px;
}
.front .headerlinks {
border:0;
}
.headerlinks a{
font-weight: bold;
color: #1C449B;

}
.headerlinks a:hover, .hilight a{

color: #FFFFFF;

}

.submenus{
display: none;
width: 13em;
position: absolute;
top: 18px;
left: 0;
background-color:#222222;
border: 1px solid #FFFFFF;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 10px;
color: #888888;

padding-top:2px;
padding-bottom:2px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{

color: #FF0000;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
#content {
	padding:20px;
}
.frontimage0 {
	float:right;
	position:relative;
	left:18px;
	top:20px;
	margin:0;
	padding:0;
	border: 1px solid #000000;
	margin-bottom:30px;
	
}
html>body .frontimage0 {
	left:21px;
}
#footer {
	background-color:#1C449B;
	color:#ffffff;
	text-align:center;
	border-top:1px solid #000000;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerpad, #csstopmenu, #csstopmenu ul{
	padding-top:7px;
	padding-bottom:7px;
}
#designedby a{
	color:#454344;
	text-decoration:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0px;
}
.article {
	clear:both;
	margin-top:20px;
	border:1px solid #CCCCCC;
}
.articleinner {
	padding:10px;
}
#gallerymain {
	border:1px solid black;
	background-color:white;
	padding:15px;
}
