﻿body
{
	background: url(images/bodyBkg.png) repeat-x #FFF;
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 11px;
	
}
a
{
	color : #A31515;	
}
a:hover
{
	color : #000;	
}
textarea
{
	font-family: arial,helvetica,tahoma,sans-serif;
}


#header, #footer
{
	margin : 0 auto;	
}

#header
{
	display : block;
	height : 180px;
	background: url(images/tepeBkg.png) no-repeat;
	margin-bottom : 10px;
	clear : both;
}
#content
{
	display : block;
	float: left;
	width : 775px;
	margin-bottom : 25px;
	padding-left : 10px;
}

#sol
{
	display : block;
	width : 165px;	
	float: left;
}

#footer
{
	border-top : solid 1px #e5e5e5;
	padding-top : 10px;
	text-align : center;	
	color : #03435d;
	clear : both;
	margin-bottom : 20px;
}

#footer a
{
	color : #03435d;
}
#footer ul li
{
	display : inline;
	margin-right : 13px;
	padding-right : 13px;
	border-right : solid 1px #03435d;	
	line-height : 25px;
}

#footer ul li.last
{
	margin : 0;
	padding : 0;
	border : none;		
}