/* CSS Main File */
body {
		margin:0px;
		padding:0px;
		background-color:#FFF;}
		
#container {
		position:relative;
		width:700px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:3px;
		background-color:#FFF;}
		
#header {
		width:700px;
		height:120px;
		background-color:#FFF;
		background-image:url(../images/head.gif);
		background-position:center;
		background-repeat:no-repeat;}
#header h3{ visibility:hidden; }

								/*The Menu*/
#hor_menu {
		font-family:Arial;
  		font-size:14px;}
		
#hor_menu ul {
		list-style:none;
		margin:0px;
		margin-top:5px;
		padding:0px;
		padding-top:4px;}
		
#hor_menu li {
		display:inline;}
		
#hor_menu a:link , #hor_menu a:visited {
		margin-right:3px;
 		padding:3px 10px 2px 10px;
   	color:#000055;
		font-weight:bold;
		background-color:#F1F1F1;
		text-decoration:none;
		border-bottom:1px #000000 solid;
		border-right:1px #000000 solid;
		border-top:1px #fff solid;
		border-left:1px #fff solid;}	
		
#hor_menu a:hover , #hor_menu a:active {
		background-color:#660000;
   	color:#FFFFFF;
		font-size:14px;
		text-decoration:underline;
		border-left:1px #000 solid;
		border-top:1px #000 solid;
		border-bottom:1px #fff solid;
		border-right:1px #fff solid;}
		
#my_content {
		width:700px;
		height:auto;
		margin-top:50px;
		margin-bottom:30px;}
											/*For my Content Header H3*/
#my_content h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#000066;
		text-indent:50px;
		margin-top:10px;}
	
#my_content .gal {
		text-align:center;}
		
.pic_gallery {
		margin-left:10px;
		margin-right:10px;}
		
.pra {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:center;
		font-weight:600;
		line-height:20px;
		color:#000066;}
		
.pra a:link,.pra a:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:center;
		font-weight:600;
		line-height:20px;
		color:#000066;
		text-decoration:none;}

.pra a:hover {
		text-decoration:underline;}
		
.pra_left {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:left;
		font-weight:600;
		color:#000066;}
		
.pra_left_red {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:left;
		font-weight:600;
		color:#000066;}
		
#for_lang
{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#000066;
}
		
#gal_link {
		margin-left:auto;
		margin-right:auto;
		width:400px;
		height:auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000066;
		font-weight:bold;
		text-align:center;}

#gal_link a:link,#gal_link a:visited {
		color:#000066;
		text-decoration:underline;}
		
#gal_link a:hover,#gal_link a:active {
		color:#660000;
		text-decoration:none;}
					
#footer {
		width:90%;
		height:15px;
		padding-top:5px;
		padding-bottom:10px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:3px;
		background-color:#FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#000000;
		text-transform:capitalize;
		font-size:16px;
		font-weight:600;}
		
img { border:1px solid #000; }
	
.forNewYear
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#900;
	margin-left:50px;
	font-weight:bold;
}
		

		


