﻿/*Main*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}


/*Heading*/
#header {
	height: 23px;
	border-bottom: 4px solid #48525B;
	border-top: 4px solid #48525B;
	background: white url('sbsimages/background.jpg') repeat-y ;
}
#header ul {
	margin: 6px 6px 0 0 !important;
	margin: 6px 6px 0 0;
	padding: 0;
	float: right;
}
#header ul li {
	display: inline;
	list-style: none;
}
#header ul li a {
	float: left;
	padding: 0 1em;
	font: 400 1.1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: white;
	border-right: 1px solid white;
}
#header ul li a.last {
	padding-right: 0;
	border-right: 0;
}
#header ul li a:hover {
	color: yellow;
}



/*Menu*/
#menu {
	margin-top: -3px;
	height: 25px;
	border-bottom: 4px solid #48525B;
	border-top: 4px solid #48525B;
	background: white url('sbsimages/background.jpg') repeat-y ;
}
#menu ul {
	margin: 2px 6px 0 0 !important;
	margin: 2px 6px 0 0;
	padding: 5px;
	float: left;
	
}
#menu ul li {
	display: inline;
	list-style: none;
}
#menu ul li a {
	float: left;
	padding: 0 10px;
	font: 400 1.1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.1em !important;
	line-height: 1.1em;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
}
#menu ul li a.last {
	padding-right: 0;
	border-right: 0;
	float: right ;
}
#menu ul li a:hover {
	color: yellow;
	padding-bottom: 4px;
	border-bottom: 4px yellow solid;
	
}

/*Content*/
#content{
	
	background-color: #48525B;
	}
	
#contenttext{
	margin:0	auto 0 auto;	
	padding:10px;
	width:730px;
	color: white;

}

#contenttext h2,h3{
	color:white;
}

#contenttext p{
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: normal ;
	color:white;

}


#content img{
	float: right ;
	padding:5px;
}
#contenttext img{
		border-style: none;

	
}



/*Footer*/
#footer {
	background: white url('sbsimages/background.jpg') repeat-y ;
	color: white;
	height: 1.6em;
	margin-top: 0px;
}
#footer ul {
	margin-right: 20px;
	float: right;
}
#footer ul li {
	
	display: inline;
	list-style: none;
	font: 400 1.1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2em !important;
	line-height: 1em;
}



/*Links Box*/

