body {
	margin: 0;
	padding: 0;
	font-family: Calibri,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #333;
}


p {
	padding: 0;
	margin: 0;

}

img {
	border: 0;
}


a:link{
	color: #555;
}

a:visited {
	color: #555;
}

a:hover {
	color: silver;
}


li {

	margin-top: 6px;

}

.link {
	color: #444;
	text-decoration: none;

}


.link:hover{

	color: silver;
}

.search-form {
	border: 1px #eee solid;
	height:16px;
	background-color: #FBFBFB;
	color: #888;
}

.search-form:hover {
	background-color: #FDFDFD;
}

.header {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 987px;
	height: 300px;
	background-image: url(images/header.jpg);

}


.header-top {
	width: 977px;
	height: 24px;
	padding-top: 5px;

}


.header-form {
	float:left;
	margin-top:-5px;
	margin-left:510px;
}

.header-links {
	float:left;
}

.content-top {
	width:987px;
	height:11px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-top.jpg);
}

.content {
	
	margin-left: auto;
	margin-right: auto;
	width: 987px;
	min-height: 400px;
	background-image: url(images/content-bg.jpg);

}


.content-bottom {
	width:987px;
	height:11px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-bottom.jpg);
}



.menu {
	width: 240px;
	height: 100%;
	float:left;
}


.menu-button {
	width: 100%;
	min-height: 25px;
	border-bottom: 1px #eee solid;
	background-color: #F9F9F9;

}

.menu-button-separator {
	width: 100%;
	min-height: 25px;
	border-bottom: 1px #eee solid;
	background-color: #e0e0e0;

}

.menu-button:hover {
	background-color: #FBFBFB;
}


.submenu {
	width: 100%;
	border: 1px #eee dotted;
	background-color: #FAFAFA;
}


.submenu:hover {
	background-color: #FEFEFE;
}


.main {
	width: 725px;
	height: 100%;
	float:left;	
}


.padding {
	padding: 10px;
}

.padding-5 {
	padding: 5px;
}

.footer {
	width: 977px;
	height: 25px;
	margin-left:auto;
	margin-right: auto;

}