/* 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: 85% 	Trebuchet MS,sans-serif;
	text-align: center;
	color: #BFBDC1;
	background: url(logoback2.jpg) repeat;
}
a{
	color: #F0C610;
	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{
	width: 150px;
	background-color: #DDDDDD;
	float: left;
	text-decoration: none;
	text-align:center;
	border: 1px solid #2F4F4F;
	margin: 5px;
}
.gallery{
	display: block;
	clear: both;
	width: 600px;
	padding: 5px 0 5px 0;
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	float: left;
	text-align: center;
	color: #F0C610;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #06015F;
	margin-right: 15px;
	margin-bottom: 15px;
}
.photos a img{
	padding: 0 0 0 0;
}
.photos a span {
	display: block;
	padding-top: 2px;
}

img{
	border : 0px;
}

span img{
	border: 0px;
	padding: 10px 10px 10px 10px;
}
a:hover{color: #F0C610; text-decoration:none; background-color:inherit;}

#container{
	width: 760px;
	background: #55625C url(cbg.jpg) repeat-y;
	text-align: left;
	margin: 15px auto;
	border: 2px solid #06015F;
}
#header{
	height:100px;
	width:760px;
	background: #DDDDDD url(wedbanner.jpg);
	color: #000000;
	text-align: left;
	border-bottom: 2px solid #06015F
 }
#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;
/*	margin-top:25px;*/
	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: #4C5B66;
	display: block;
	padding: 0 0 0 8px;
	text-transform:uppercase;
	background:  url(mbg.jpg) repeat-x;
	border-top: 2px solid #06015F;
	border-bottom: 2px solid #06015F;
	height: 20px;
}	
	
#menu li a:hover {
	background: #A1ADA5 url(mbg2.jpg) repeat-x;
	color: #F0C610;
	border-top: 2px solid White;
	border-bottom: 2px solid White;

}

#menu lia {
	margin-bottom: 4px;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
}

#menu lia a {
	font-weight: bold;
	text-decoration: none;
	color: #4C5B66;
	display: block;
	text-transform:uppercase;
	background:  url(mbg.jpg) repeat-x;
	border-top: 2px solid #06015F;
	border-bottom: 2px solid #06015F;
	height: 20px;
}	
	
#menu lia a:hover {
	background: #A1ADA5 url(mbg2.jpg) repeat-x;
	text-decoration: underline;
	color: #F0C610;
	border-top: 2px solid White;
	border-bottom: 2px solid White;

}

#content{
	text-align:justify;
	float:right;
	width:570px;
	font-size:0.9em;
	padding: 10px 10px 10px 0;
	background-color: transperent;
}

#content h2{
	display:block;
	padding: 0 0 5px 0;	
	font-size:1.7em;
	font-weight: bold;
	text-decoration: underline;
	color: #F0C610;
}

#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: #4C5B66;
	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: #FFFFFF;
}

#gal_col{
	float: left;
	width:30%;
	text-align: center;
}

#footer{
	font: 85% 	Trebuchet MS,sans-serif;
	clear: both;
	width:760px;
/*	height:20px;*/
	padding: 2px 0 2px 0;
	font-size:0.7em;
	background: url(mbg.jpg) repeat-x;
	color: #4C5B66;
	text-align: center;
	border-top: 2px solid #06015F
}
#footer a{color: #4C5B66; background-color:inherit; font-weight:bold;}
#footer a:hover{color: #06015F; background-color:inherit;}

