﻿/* Copyrights FlopSoft - an open source xhtml/css website layout by Asif Maknojia - http://www.flopsoft.co.nr . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0*/

*{margin:0; padding:0;}
body{
	font: 75% "Courier New";
	text-align: center;
	background: #111111;
	background-image: url("stars.jpg") ;
}
a{
	color: #228B22;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}
#tgpgal{
	display: block;
	clear: both;
	padding: 5px 0 5px 0;
}
#tgp{
	margin: auto 50px;
	margin-bottom: 15px;
}
#tgp a{
	float: left;
	text-decoration: none;
	border: 1px solid #2F4F4F;
	margin: 5px;
}
.gallery{
	display: block;
	clear: both;
	width: 400px;
	padding: 5px 0 5px 0;
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	float: left;
	text-align: center;
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #2F4F4F;
	margin-right: 15px;
	margin-bottom: 15px;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
img{
	border: 0px;
}
a:hover{color: Black; text-decoration:none; background-color:inherit;}

#container{
	width: 760px;
	background: #c3c3c3 url(1.jpg) repeat-y;
	text-align: left;
	margin: 15px auto;
	border: 2px solid #2F4F4F;
}
#header{
	height:100px;
	width:760px;
	background: #DDDDDD url(1x.jpg);
	color: #37464F;
	text-align: left;
	border-bottom: 2px solid #2F4F4F
 }
#header h1{
	padding: 5px 0 0 15px;
	font-size: 3em;
	font-weight: bold;
	font-family: cursive;
	text-decoration: underline; 	
 }
 #header h2{
 	padding: 0 0 0 15px;
 	font-size: 1.5em;
 }
#menu {
	width: 150px;
	padding: 10px 0 0 10px;
	font-size: 0.9em;
}

#menu li {
	margin-bottom: 4px;
	list-style-type: none;
	white-space: nowrap;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #2F4F4F;
	display: block;
	padding: 0 0 0 8px;
	text-transform:uppercase;
	background:  url(mbg.jpg) repeat-x;
	border-top: 2px solid #2F4F4F;
	border-bottom: 2px solid #2F4F4F;
	height: 20px;
}	
	
#menu li a:hover {
	background: #A1ADA5 url(mbg2.jpg) repeat-x;
	color: Red;
	border-top: 2px solid White;
	border-bottom: 2px solid White;

}

#content{
	float:right;
	width:580px;
	font-size:0.9em;
	padding: 10px 0 10px 0;
	background-color: transperent;
}

#content h2{
	display:block;
	padding: 0 0 5px 0;	
	font-size:1.7em;
	font-weight: bold;
	letter-spacing:-1px;
	text-decoration: underline;
	color: #2F4F4F;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float:left;
	width:180px;
	line-height:1.4em;
	background-color: transperent;
}

#subcontent h2{
	font-size:1.2em;
	font-weight:bold;
	text-decoration: underline;
	color: #193435;
	background-color: transperent;
}

/**************** Misc classes and styles ****************/
.clear{clear:both;}
.box{
	margin: 0 10px;
	padding: 5px;
	border: 3px groove White;
	background-color: transperent;
	color: Black;
	line-height:1.5em;
	background: url(mbg2.jpg) repeat;
}
#footer{
	clear: both;
	width:760px;
	font-size:1.2em;
	background: url(mbg.jpg) repeat-x;
	color: #4C5B66;
	text-align: center;
	border-top: 2px solid #2F4F4F
}
#footer a{color: #006400; background-color:inherit; font-weight:bold;}
#footer a:hover{color: Red; background-color:inherit;}
