@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ffe5ef;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 130%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 852px;
	margin: 0 auto;
}

.header {
	height: 527px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.content {
	margin: 0 360px 10px 0 ;
	background-color: #ffffff;
}

.right {
	margin: 0 5px 10px 0;
	float: right;
	width: 340px;
	background-color: #ffffff;
}

.footer {
	margin: 0 0 10px 0;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

.header h1 {
height:130px;
width:852px;
overflow:hidden;
background:transparent url("kirsten-andrews.jpg") top left no-repeat;
margin:0;
}

.header h1 a {
display:block;
padding:130px 0 0 0;
height:0px !important; /*Set height for compliant browsers*/
overflow:hidden;
height /**/:130px; /*Set this for IE 5 & 5.5*/
}

.photos img {
	padding:5px;
	border: solid 1px #CCCCCC;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}