/*

	stylesheet for sumersidecomputers.co.uk

	Created by: 	Simon Pollard, 26 July 2005
	Last Updated:	Simon Pollard, 26 July 2005

	NOTES:
	- Uses the * html selector to fix problems with Internet Explorer for Windows - more information can be found at http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html

*/
* { padding:0px; margin:0px; } 
* html body {
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;

}
h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;

}
.title a {
	color: #000000;
	text-decoration: none;
}
.title a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;

}
a {
	text-decoration: none;
	color: #000099;

}
a:hover {
	color: #FFFFFF;
	background-color: #000099;

}
div#main {
	background-color: #FFFFFF;
	width: 800px;
	vertical-align: middle;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 1.5em;
	background-repeat: no-repeat;
	background-position: right bottom;





}
div#content {
	text-align: left;
	font-size: 12px;
	width: 450px;
	margin: 10px;
	float: left;






}
div#quote {
	float: right;
	width: 200px;
	font-size: 10px;
	text-align: left;
	background-color: #eeeeee;
	margin-top: 30px;
	margin-right: 30px;
	border: 1px solid #999999;
	padding: 5px;



}

div#footer {
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-align: left;
	clear: both;





}

div#sig {
	font-size: 10px;
	text-align: center;
	margin-left: 70em;



}
/* Navigation bar styles */
div#nav {
	width: 798px;
	margin-top: 5px;
	float: left;
	margin-bottom: 10px;

}
div#nav ul {
	
	display: block;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0 0 0 1em;
	float: left;
	width: 170px;
	text-align: center;
}
div#nav li a {
	display: block;
	text-decoration: none;
	color: #000066;
	font-weight: normal;
	border: 1px solid #CCCCCC;

}
div#nav li a:hover {
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #EEEEEE;


}
.navbox {
	display: block;
	width: 170px;
	color: #666666;
	background-color: #DDDDDD;
	font-weight: normal;
	border: 1px solid #666666;

}
/*  End naviagtion styles */
.image-bord {
	margin: 5px;
	border: 1px solid #000000;
}
