/*
CSS Document for www.dsouza.co.uk
Coded by Chris Stanyon - June 2008
*/

* {
	padding:0px;
	margin:0px;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #122d43;
	font-family:Arial, Verdana, Helvetica, sans-serif;	
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:0.7em;
	color: #b3c9db;
}

h1 {
	display:none;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.7em;
	letter-spacing:0.1em;
	font-weight:normal;
	color: #b3c9db;
	margin-bottom:1.5em;
}

a:link, a:active, a:visited {
	color:white;
}

a:hover {
	color: #b3c9db;
}

#holder {
	width: 620px;
	margin:0px auto;
}

#navigation {
	width:250px;
	float:left;
	height:400px;
	margin-top:20px;
	background:url("gfx/bg_nav.jpg") no-repeat #122d43;
	padding-top:130px;
	font-family:"Times New Roman", Times, serif;
}

#navigation ul {
	list-style-type:none;
	margin-left:75px;
}

#navigation li {
	height:50px;
}

#navigation a {
	text-decoration:none;
	font-size: 1.2em;
	letter-spacing:0.1em;
	background: url(gfx/dot_white.gif) no-repeat 50% 25px;
	display:block;
	height:35px;
	width:100px;
	text-align:Center;
}

#navigation a:hover {
	background: url(gfx/dot_orange.gif) no-repeat 50% 25px;
}

#navigation .selected {
	background: url(gfx/dot_orange.gif) no-repeat 50% 25px;
}

#content {
	width:370px;
	float:right;
	padding-top:82px;
	line-height:1.6em;
}

#content p {
	margin-bottom:1.5em;
}

#content h1 {
	margin-bottom:1.5em;
}

#footer {
	clear:both;
	padding-top:10px;
}

#copyright {
	background-color:#09243a;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	line-height:35px;
	padding-bottom:5px;
}

.white {
	color: white;
}

.orange {
	color:#f59507;
}

.submenu {
	font-style:italic;
	margin-top:-1.5em;
	margin-bottom:1.5em;
	color:#f59507;
	list-style-type:circle;
	padding-left:25px;
}

.submenu a:hover {
	color:#f59507;
}


