
body{
	background-color: #283941;
	color:#FFFFFF;
	
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	
}

a:link {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

#all{
	width:775px;
	margin: 0px auto ;
	border-width:thin;
	border-style: solid;
	border-color:#808080;
}


/*HEADER*/

#header {
	width: 775px;
	height: 300px;
	margin: 0px auto ;
	background: url(../images/LogoHeader.jpg) no-repeat;
	
}

/*MENU*/

#menu {
	width: 775px;
	height: 42px;
	margin: 0 auto;
	background: #283941 url(../images/button.gif);
	border-bottom-style:solid;
	border-bottom-color:#808080;
	border-bottom-width:thin;
	
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
    padding: 6px 0px 0 0px;
	text-decoration: none;
	color: #EEEEEE;
	width: 129px;
	font-size: 22px;
	font-family: Tahoma;
	
	
}

#menu a:hover, #menu .active a {

	text-decoration: underline;
}

/* Content */	
#content {
	width: 775px;
	margin: 0 auto;
	background: url(../images/background.gif);
	
}
#ConBorder{
	
	border-style:solid;
	border-color:#808080;
	border-width:thin;
	border-top :none;
	margin: 0 auto;
}


#ConBorder a{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #fffb82;
	text-decoration: none;
	line-height: 14px;
	
}
#ConBorder p{
	font-family: tahoma;
	font-size: 12px;
	margin: 0;
	color:#808080;
	text-align:left;
	padding: 5px 0px 15px 27px;
}
h2{
	color:#808080;
	margin:0 auto;
	font-size: 17px;
	padding: 10px 0px 0px 27px;
	
}

#ConMain{
	width: 675px;
	margin: 0 auto;
	background:#FFFFFF;
	
}
#ConDown{
	width: 673px;
	margin: 0 auto;
	background:url(../images/conbottom.gif);
	
}



/*Footer*/

#footer{
	width:685px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/background.gif);
	font-size: 11px;
	
}
























