/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/

{
padding: 0;
margin: 0 auto;
border: 0;
}
#wrapper {width:766px; background:#fff margin:10px auto; text-align:left; position: relative; }
a, a visited {
	color: black;
	font-size: 100%;
	text-decoration: none;
}
a:hover{
	color: #1e90ff;
 font-size: 100%;
 border:;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
h1 a, a visited{
	font-size: 100%;
	font-family: Times New Roman serif;
	color: #474747;
}
#header {
	width: 760px;
	height: 130px;
position: relative;
	padding: 0;
margin: 0 auto;
border: 0;
}
#header1 {
	background-image: url(images/layout_01.gif);
	float: left;
	height: 130px;
	width: 300px;
}
#header1 h1 {
	margin-left: 110px;
	font-size:120%;
}
#header1 h2 {
	margin-left: 120px;
	font-size:90%;
	font-weight: normal;
}
#header2 {
	background-image: url(images/layout_02.gif);
	float: left;
	height: 130px;
	width: 460px;
}
#search {
	margin: 40px 0 0 80px;
}
#hor-menu {
	width: 760px;
	height: 30px;
	background-color: #474747;
}
#content {
	width: 760px;
}
#content h1 {
	font-size: 130%;
	color: orange;
	padding-left: 20px;
	margin-top: 10px;
}
#content p {
	font-size: 80%;
	font-family: Verdana;
	padding-left: 20px;
}
#left-column {
	width: 460px;
	float: left;

}

#main-ad {
	width: 429px;
	height: 162px;
	float: left;
	margin: 30px 0 40px 30px;
	}

#right-column {
	width: 300px;
	float: left;
}
#menu {
	width: 281px;

	float: right;
}
#menu-inside {
		background-color: #eaeaea;
		width: 257px;
		float: right;
		margin-right: 11px;
		font-size: 90%;
		margin-top: -10px;
	
}
#menu-end {
	width: 281px;
	background-image: url(images/layout_25.gif);
	float: right;
}
#menu h1 {
	width: 281px;
	height: 51px;
color: black;
	background-image: url(images/layout_26.gif);
	text-indent: 60px;
	font-size: 110%;
		background-repeat: no-repeat;
padding-top: 10px;
margin: 0 auto;
}
#foot-menu {
	width: 760px;
height: 40px;
	background-color: #474747;
position: relative;
margin-top: 10px;
}
#foot-menu p {
	margin-top: 5px;
	font-size: 60%;
	bottom: 1px;
	padding-top: 5px;
	color: white;
}
li {
	list-style-type: none;
	margin-left: 30px;
}
