/*MAIN PAGE*/

body {
	background-color:#000000;
	font-family: 'Bookman Old Style', 'Georgia', 'Palatino', 'Palatino Linotype', serif;
	font-size:14px;
}

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

a:hover {
	color:#b04120;
}

#main {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	min-height:550px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    /*background: #f1ce6e url('/images/ring.png') no-repeat 590px 215px;*/
    background: #f1ce6e;
}

.silhouette {
	float:left;
	margin-left:5px;
	margin-top:15px;
}

.names {
	float:left;
	margin-left:-80px;
	margin-top:30px;
	margin-right:160px;
	margin-bottom:30px;
}



/*NAVIGATION*/

.love a {
	background:url('/images/fleur-love.png') no-repeat;
	width:157px;
	height:153px;
	position:absolute;
	top:245px;
	right:75px;
}

.love a:hover {
    background-position: 0 -156px;
}

.life a {
	background:url('/images/fleur-life.png') no-repeat;
	width:157px;
	height:153px;
	position:absolute;
	top:350px;
	right:175px;
}

.life a:hover {
    background-position: 0 -153px;
}

.lindy a {
	background:url('/images/fleur-lindy.png');
	width:157px;
	height:153px;
	position:absolute;
	top:350px;
	right:-30px;
}

.lindy a:hover {    
	background-position: -6px -153px;
}

.bot a {
	background:url('/images/fleur-bot.png');
	width:157px;
	height:153px;
	position:absolute;
	top:450px;
	right:75px;
}


/*FOOTER*/

.copyright {
	text-align: center;
	font-size: small;
	color:#454545;
}


/*MAIN INSIDE*/

#mainInside {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	min-height:550px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    background: #f1ce6e;
}

.fleurNav {
	background:url('/images/fleur-de-lys-glyph-small.png');
	position:absolute;
	top:467px;
	right:-15px;
}


#content { 
	width: 550px;
	margin-left: 350px;
	margin-top: 20px;
	padding:20px;
}



/*temp navigation*/


#navigation {
	position:absolute;
	bottom:0px;
	right:20px;
	width:250px;
	font-size:80px;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

#navigation li {
	list-style-image: url('/images/fleur.png');
	list-style-position: outside;
	padding:0;
	margin:0;
	padding-left:8px;
	font-size:50px;
}


#navigation a {
	text-decoration: none;
	color:#000;
}

#navigation a:hover {
	color:#b04120;
}


/*INSIDE CONTENT & INSIDE PAGE NAVIGATION*/

.headline {
	font-size:26px;
	color:#b04120;
}

.subhead {
	font-size:18px;
	color:#b04120;
}

#intNav {
	font-size:16px;
	color:#b04120;
}

#intNav a {
	text-decoration: none;
	color:#000;
}

#intNav a:hover {
	color:#b04120;
}