body {
	margin-top:0px;
	background-color:#949ed8;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#222222;
	font-size:11px;
	}

body.popup {
	width:420px;
	margin:0px auto;
	border-right:2px solid #073263;
	border-left:2px solid #073263;
	background-color:#949ed8;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#222222;
	font-size:11px;
	}
	
a:link {
	color:#073263;
	text-decoration:underline;
	}
a:hover, a:active {
	color:#a0131f;
	text-decoration:none;
	}
a:visited {
	color:#5030A0;
	text-decoration:underline;
	}
	
#liveArea {
	width:854px;
	margin:0px auto;
	background-color:#FFFFFF;
	border-right:2px solid #073263;
	border-left:2px solid #073263;
	border-bottom:2px solid #073263;
	}

#livePopupArea {
	width:400px;
	padding:10px;
	background-color:#FFFFFF;
	border-bottom:2px solid #073263;
	}
		
#header {
	width:834px;
	height:65px;
	padding:10px;
	border-bottom:3px solid #073263;
	text-align:right;
	background-color:#FFFFFF;
	}
	
#navColumn {
	width:200px;
	float:left;
	padding-bottom:20px;
	}
	
div.navBTN {
	width:150px;
	height:35px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	color:#073263;
	background-image:url(images/buttonDown.gif);
	}

div.navBTN a, div.navBTN a:visited {
	width:150px;
	height:35px;
	display: block;
	font-weight:normal;
	color:#073263;
	text-decoration: none;
	background-image:url(images/buttonUp.gif);
	}
div.navBTN a:hover, div.otherBTN a:active {
	background-image:url(images/buttonDown.gif);
	color:#A0131F;
	font-weight:bold;
	}
	
#contentColumn {
	width:540px;
	padding:20px 50px 40px 60px;
	float:left;
	}

#homeCcontent {
	width:540px;
	padding:135px 50px 40px 60px;
	float:left;
	background:url(images/itemBar.jpg) no-repeat 35px 4px;
	}

h1 {
	font:24px georgia,times,serif;
	color:#073263;
	margin-top:0px;
	margin-bottom:3px;
	}

h2 {
	font:15px georgia,times,serif;
	line-height:20px;
	color:#073263;
	margin-top:0px;
	margin-bottom:20px;
	}
	
h3 {
	font:15px georgia,times,serif;
	line-height:20px;
	color:#a0131f;
	margin-top:0px;
	margin-bottom:12px;
	}

p {
	margin:0px 0px 12px 0px;
	padding:0px;
	}
	
.rule {
	width:540px;
	height:0px;
	border-bottom:1px dotted #a0131f;
	margin-bottom:12px;
	}
	
.thickRule {
	width:540px;
	height:0px;
	border-bottom:3px solid #a0131f;
	margin-bottom:20px;
	}
	
.popUpRule {
	width:390px;
	height:0px;
	border-bottom:1px dotted #a0131f;
	margin-bottom:12px;
	}
	
.box {
	width:516px;
	padding:6px 12px;
	border:1px solid #a0131f;
	font-style:italic;
	font-family:georgia,times,serif;
	font-size:12px;
	line-height:18px;
	color:#4E4E4E;
	}

#footer {
	clear:both;
	width:842px;
	font:9px verdana, arial, helvetica, sans-serif;
	color:#333;
	padding:4px;
	text-align:center;
	border-top:1px solid #073263;
	}
	
#popUpfooter {
	margin-top:15px;
	width:390px;
	font:9px verdana, arial, helvetica, sans-serif;
	color:#333;
	padding:4px;
	text-align:center;
	border-top:1px solid #073263;
	}
	
/* admin specific styles */

#adminHeader{
	background-color:#CCCCCC;
	border-bottom:2px solid #666666;
	margin:0px;
	}
.admin {
	padding:5px;
	margin:0px;
	font-weight:bold;
	color:#333333;
	}
#success {
	background-color:#1DEB16;
	color:#FFFFFF;
	padding:5px;
	display:block;
	}
#error {
	background-color:red;
	color:#FFFFFF;
	padding:5px;
	display:block;
	}
.instructions {
	font:italic 11px georgia,times,serif;
	color:#9E9E9E;
	margin-bottom:0px;
	margin-top:5px;
}
textarea {
	width:528px;
	height:90px;
	font:normal 11px verdana,arial,helvetica,sans-serif;
	border:1px solid #a0131f;
	}
textarea.popup {
	width:400px;
	height:90px;
	font:15px georgia,times,serif;
	line-height:20px;
	color:#a0131f;
	border:1px solid #9E9E9E;
	margin-top:0px;
	padding:2px;
	}
textarea.extra {
	width:400px;
	border:1px solid #9E9E9E;
	}
input {
	margin-top:0px;
	padding:2px;
	}
input.title {
	border:1px solid #9E9E9E;
	width:400px;
	font:24px georgia,times,serif;
	color:#073263;
	}
input.price{
	border:1px solid #9E9E9E;
	width:50px;
	}
input.invisible {
	width:270px;
	border:none;
	background-color:#FFFFFF;
	}
