/*
TITLE: 	Ball bearing Stylesheet
AUTHOR: 	Khaled Maiwand, HighCo Technology, inspired by Rob Drummond, www.robdrummond.co.uk
CREATED: 	March 2008
*/
* {margin: 0; padding: 0; border: 0; }

body {
	font: small Verdana, sans-serif;
	color: #000; background: #fff;
	}

#wrapper {	/*  provides the blue bar image */
	width: 800px;
	margin: 0 auto;
	background: url( images/bg.jpg) 50% 0% repeat-y;
	}
	#wrapper h1{ padding: 0 10px; font-size: 120%; color: #9999cc}	

#header {
	height: 55px;
	font-size: 310%;
	padding-left: 100px;
	padding-top: 25px;
	color: #fff; background: url(images/header.jpg);
	}
	#header .headertext_two {
		padding-left: 10px;
		color: #262C62;
		}

#menu {
	float: left;
	width: 200px;
	}
	#menu ul {
		border-top: 1px solid #9399d5;
		margin-left: 0;
		margin-top: 30px;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		}
	#menu a {
		display: block;
		width: 194px;
		height: 30px;
		padding: 10px 3px 3px 3px;
		text-decoration: none;
		text-align: center;
		font-size: 120%;
		border-bottom: 1px solid #9399d5;
		color: #EEE; background: transparent;
		}
	#menu a:hover {
		font-weight: bold;
		color: #fff; background: #333B8B;
		}

#content_one {	/*this is the left content*/
	float: left;
	width: 350px;
	margin-top: 20px;
	}
	#content_one p{ padding: 10px 10px 0 10px ; }	
	#content_one img{ padding: 10px; }	

#content_two {	/*this is the right content*/
	float: right;
	width: 250px;
	margin-top: 20px;
	}
	#content_two p{ padding: 10px; }
	#content_two li{ margin-left: 30px; }

#footer {
	clear: both;
	width: 800px;
	height: 75px;
	padding-top: 5px;
	color: #9a9a9a;
	background: url(images/footer.jpg);
	}
	#footer p{
		padding-top: 15px;
		text-align: center;
		font-size: 80%;
		}

	#footer a{ color: #9a9a9a; }
		#footera:hover { color: #000; }

#side_logo {	/*this positions the three circles at the side */
	position: absolute;
	top: 0; left: 0;
	width: 30px; height: 80px;
	}