/*  
Theme Name: Rosanne Parry Homepage
Description: Rosanne Parry CMS Home Theme version 1.0
Theme Author: {WPG}Web
Author URI: http://wpgweb.net/
}
*/

body{
	background-color: #CCCC99;
	margin: 0 auto;
	padding: 0;
}

/* ######### Header ######### */
#header{
	width: 825px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	height: 175px;
	position: relative;
}
#header img{
	border: none;
}

/* ######### Page Content Area (For Only Homepage Navigation) ######### */
#content{
	width: 825px;
	margin: 0 auto;
	height: 50px;
	position: relative;
	background: url(images/nav_home.gif) no-repeat;
}
#content h1{
	color: #ffffff;
	font: normal 1px "Verdana", Arial, Tahoma;
	display: inline;
	margin: 0 auto;
	text-indent: -9999px;
}

/* ######### Homepage Navigation ######### */
.nav{
	width: 790px;
	margin: 0 auto;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 30px;
	text-align: right;
}
.nav ul{
	width: 790px;
	height: 20px;
	display: inline;
	text-align: right;
}
.nav ul li{
	color: #666699;
	font: normal 14px "Verdana", Arial, Tahoma;
	display: inline;
	margin: 0 7px 0 7px;
}
.nav ul li a{
	text-decoration: none;
	color: #666699;
	font: normal 14px "Verdana", Arial, Tahoma;
	display: inline;
}
.nav ul li a:hover{
	text-decoration: underline;
}

/* ######### Footer ######### */
#footer{
	width: 825px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	height: 415px;
	position: relative;
	background: url(images/footer_home.gif) no-repeat;
}


/* ######### Footer Links ######### */
#links{
	width: 825px;
	height: 10px;
	position: absolute;
	top: 372px;
	text-align: center;
}
#links p{
	color: #666699;
	font: normal 10px "Verdana", Arial, Tahoma;
}
#links p a{
	color: #666699;
	font: normal 10px "Verdana", Arial, Tahoma;
	text-decoration: underline;
}
#links p a: hover{
	text-decoration: none;
}


/* ######### Footer Copyright ######### */
#copyright{
	width: 825px;
	height: 10px;
	position: absolute;
	top: 387px;
	text-align: center;
}
#copyright p{
	color: #666699;
	font: normal 10px "Verdana", Arial, Tahoma;
}
#copyright p a{
	color: #666699;
	font: normal 10px "Verdana", Arial, Tahoma;
	text-decoration: underline;
}
#copyright p a: hover{
	text-decoration: none;
}
