/* CSS Document */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 1;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
}
body{
	text-align:center;
	background:#fff url("background.gif") repeat;
	font-family: verdana, sans-serif;
}

/*
container
*/
#container{
	margin:0 auto;
	padding:0 0 0 0;
	background:#fff;
	width:760px;
	text-align:left;
	font-size:80%;
	border: #000066 1px solid;
}

/*
header
*/
#header{
	background:#fff url("marionlogo1.jpg") no-repeat 0 0;
	height:141px;
	width:760px;
	clear:both;
}
#header h1, #header h2, #header h4{
	color:#fff;
	position:absolute;
	left:-999em;
	top:-999em;
}
#header p{
	text-align: right;
	padding-top: 16px;
	padding-right: 16px;
}

/*
link states
*/
#homepage_content a, #homepage_content a:link, #homepage_content a:visited, 
#homepage_sidebar a, #homepage_sidebar a:link, #homepage_sidebar a:visited,
#content a, #content a:link, #content a:visited
{color:#e45018;text-decoration:underline;cursor:pointer;
}
#homepage_content a:hover, #homepage_content a:active, 
#homepage_sidebar a:hover, #homepage_sidebar a:active,
#content a:hover, #content a:active
{color:#000066;text-decoration:none; background:transparent; 
}

/*
main navigation
*/
#nav {
	background:#8bb8dd;
	padding:12px 0px 12px 0px;
	text-align:center;
	clear:both;
	color: #fff; 
	font-size: 100%;
	width: 760px; 
	font-weight:bold;
}

UL.nav LI {
	display: inline;
}

UL.nav LI A {
	display:inline;
    padding:5px 25px 15px 25px;
    color:#fff;
    text-decoration:none;
}
UL.nav LI a:hover, UL.nav LI a:focus{
    background:#fff;
    color:#000;
	font-weight:bold;
}


/*
active tabs
*/			
body#home a#homepage,
body#preview a#previewpage,
body#purchase a#purchasepage,
body#chris a#chrispage,
body#marion a#marionpage,
body#contact a#contactpage
{
    background:#fff;
    color:#e45018;
	font-weight:bold;
}


}

/*
image border
*/
.image_border {
	border:1px solid #000066;
}

/*
content
*/
#content{
	color:#000;
	float:left;
	padding:20px 20px 0px 20px;
	width:720px;
}
#content p {
	line-height: 1.3;
	padding:7px 0 7px 0;
}
/*
content
*/
#homepage_content{
	color:#000;
	float:left;
	clear:left;
	padding:20px 20px 0px 20px;
	width:740px;
}
#homepage_content p {
	line-height: 1.3;
	padding:7px 0 7px 0;
}
#homepage_sidebar{
	color:#000;
	float:right;
	padding:20px 10px 0px 10px;
	width:190px;
	font-size: 85%;
}
#homepage_sidebar p {
	line-height: 1.3;
	padding:7px 0 7px 0;
}
#fighting {
	clear:both;
	padding:0px 20px 20px 0px;
	text-align:right;
}


/*
footer
*/
#footer{
	background:#000066;
	clear:both;
	padding:0px 0px 0px 0px;
	font-size:80%;
	color:#fff;
	height:45px;
}
#footer p {
	background: none transparent scroll repeat 0% 0%; 
	padding-top: 12px; 
	line-height:normal;
}

/*
headings
*/
h2 {
	font-weight: normal;
	font-size: 160%;
	color: #000066;
	border-bottom:1px solid #999;
	padding:0 0 5px 0;
}
h3 {
    font-weight:bold;
	font-size: 160%;
}
h4 {
	padding: 3px 3px 13px 3px;
	font-size: 130%;
    font-weight:bold;
    color: #000000;
}
h5 {
	padding: 5px 0px 5px 0px;
    color:#cc3300;
}

/*
misc text
*/
strong {
	font-weight: bold;
}
.description{
	font-size: 85%;
}
.center {
	text-align: center;
}
.right{
	text-align:right;
	float:right;
}
.left{
	text-align:left;
	float: left;
}
.right_pic{
	text-align:right;
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.left_pic{
	text-align:left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.left_padding {
	padding-left: 40px;
}