@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #3e3e3e;
	width: 100%;
	display: table;
	background-color: #e2e2e2;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
} 

a:active, a:hover {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}


h1 {

	font-size: 20px;

	font-weight: bold;

	color: #a30000;

}

#container {
	width: 750px;
	margin: auto;

}


#left_top {
	float: left;
	width: 390px;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(../images/DELYAKSLogo.jpg);

}

#right_top {
	float: right;
	width: 360px;
	height: 210px;

}

#right_header {
	float: right;
	width: 360px;
	height: 210px;
	background-image: url(../images/headerbg.jpg);

}

#top_right_title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	height: 45px;
	width: 360px;
	line-height: 1.6em;
	text-align: center;
	padding-top: 13px;

}

#top_right_slogan {
	float: left;
	height: 35px;
	width: 360px;
	color:#ffe9ba;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 108px;

}

#menu {
	width: 750px;
	height: 65px;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	float: left;

}

.topmenu{
	float: left;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-left: 10px;

}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.topmenu li{
	display: inline;

}

.topmenu li a{
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	width: 91px;
	height: 45px;
	padding-top: 5px;

}

.topmenu li a:hover ,.topmenu li .current{
	background-image: url(../images/menu_hover2.jpg);
	background-repeat: no-repeat;
	height: 35px;

}
#content {
	float: left;
	width: 715px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 15px;

}

.content_left {
	float: left;
	width: 150px;
	text-align: left;
	padding: 14px;

}

.content_left p {
	font-size: 12px;
	text-align: center;

}

.content_left a {
	color: #FFFFFF;

}

.content_right {
	float: right;
	width: 358px;

}

.content_break {
	width: 725px;
	clear: both;
	
}

#contact {
	float: right;
	width: 211px;
	padding-bottom: 5px;
	margin-right: 15px;

}

#contact p {
	padding-left: 20px;
	font-weight: bold;
	text-align: left;

}

#footer {
	clear: both;
	width: 745px;
	height: 50px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	background-color: #333333;
	background-image: url(images/templatemo_footer_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	font-size: 11px;
	line-height: normal;

}
#footer a {
	color:#FFFFFF;

}
