@charset "utf-8";
/* CSS Document */

body { 
	padding: 0;
	margin:0px;
	background-image: url(); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color:#006699;
	background-attachment: fixed;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
p{font-family: Verdana, Geneva, sans-serif;}
h1{font-family: Verdana, Geneva, sans-serif;}
a{
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	font-size:9px;
	font-weight: 400;
}
a:link {text-decoration:none;}
a:visited {text-decoration: none;color:#000;}
a:hover, a:active {color:#fff;text-decoration: none;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#wrapper {
	position: relative;  
	margin: 0 auto; 
	text-align: left; 
	z-index: 2;
	height:400px;
	width:100%;
	background-image:url(antony-paul-design-bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	background-position: top center; 
	}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////
Hyper and side title area. nav is container
*/
#nav{
	width:845px;
	float:;
	position:absolute;
	margin-top:85px;
	margin-left:0px;
}

/*
///////////////////////////////////////////////////////////////////////////////////////////////
Content area. content is the container.
*/
#content {
	position:relative;
	width:100%;
	margin-left:0px;
	margin-top:0px;
	height:70px;
	background-image:url(antony-paul-design-head-bg.gif)
}
#content h1 {
	text-indent:-5000px;
	background-image:url(antony-paul-design-logo.gif);
	background-position:bottom;
	position:relative;
	width:201px;
	height:70px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	float:left;
	margin-top:0px;
}

#footer{
	clear:both;
	height:12px;
	font-size:9px;
	background-color:#;
	width:400px;
	padding-left:0px;
}

/*
//////////////////////////////////////////////////////////////////////////////
*/
ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 500px;
	margin-left:0px;
}
ul li {
	float:left;
}

.table_position{
	font-size:11px;
	text-indent: 10px;
	border: thin solid #99979A;
	font-family:Verdana, Geneva, sans-serif;
}
.image{
	float:right;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:0px;
}
.hyper{
	float:right;
	z-index:6;
}

