/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	margin:0px;
}
body, table, tr, td, div, span{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

}
#container {
	width: 780px;
	margin: 0px auto;
	position:relative;
	z-index:1;
}

#header{
	width:780px;
	height:170px;

	text-align:center;
	font-size:12px;
	color: #DC3F4A;
	background: url(/pic_header.jpg) no-repeat;
}
#headercontent{
	padding-top:140px;
}
#header a{
	font-size:13px;
	font-family: comic sans;
	color: #DC3F4A;
	text-decoration:none;
}
h2{
	font-size:19px;
	text-decoration:underline;
	color: #DC3F4A;
}

#homeright{
	width:446px;
	height:510px;
	background: #f4f4f4 url(/pic_home-right.jpg) center repeat-y;

}
#homeleft{
	width:334px;
	height:510px;
	background:url(/pic_home-left.jpg) no-repeat;


}
#homebottom{
	width:780px;
	height:304px;
	background: url(/pic_home-bottom.jpg) no-repeat;

}
#standard{
	width:780px;
	height:1030px;

	background: url(/pic_standard.jpg) no-repeat;

}

#standardcontent{
	padding-top:110px;
	padding-left:75px;
	padding-right: 50px;

}
#homebottomcontent{
	padding-top:40px;
	padding-left:50px;
	padding-right: 50px;
}
#homeleftcontent{

	padding-top:50px;

	padding-left:40px;
	padding-right: 40px;
}

#galtop{
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:687px;
}
#galbottom{
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:341px;
}
#galimgtop,#galimgbottom{
	position:absolute;
	top:0px;
	left:0px;
}
#galcontenttop{
	position:absolute;
	top:34px;
	left:300px;
}
#galcontentbottom{
	position:absolute;
	top:26px;
	left:320px;
}

#lang{
	position:absolute;
	top:2px;
	left:700px;
}
#lang img{
	border:0px;
}
.galImg{
	padding:10px;
	text-align:center;
	width:195px;
	float:left;
}
.galImg img{
	border:6px solid #ffffff;
}
