/* CSS Document */

body {
	font:.75em/1.4 verdana,arial,sans-serif;
	background:url(../images/background.jpg);
	color:#000}

/* Universal Properties ----------------------------------------------- */
p, ul, li, h1, h2, h3 {margin:0 10px 10px; padding:0}

p {
	margin-right: 15px;
}

h1 {
	font-size: 2em;
	font-weight:normal;
	color:#822f42;
	margin-top:0px;
}

/* --Lists-- */

li {
	margin-bottom: 10px;
	margin-right: 10px;
	list-style-image: url(../images/li_bullet.gif);
}

/* --Classes-- */

a:link, a:visited {
	text-decoration:none;
	color:#000;
}

#main a:link, #main a:visited {
	text-decoration:underline;
	color:#822f42;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

#main a:hover {
	text-decoration:none;
	color:#822f42;
}

.largepreview {
	font-size:1.4em;
}

.location {
	color:#FFF;
}

/* --Containers --*/

#container {
	margin:0 auto;
	width: 734px;
	background:#fef9e3;
	border:1px solid #521e2a;
}

#top {
	width:734px;
	height:122px;
	background:#822f42;
	display:none;
}

#nav {
	width:183px;
	height:520px;
	float:left;
	display:none;
}

#navtop {
	width:183px;
	height:396px;
	float:left;
	background:url(../images/nav_bg.gif) repeat-y 0;
	display:none;
}

#navbottom {
	width:183px;
	height:124px;
	background:#fef9e3;
	clear:both;
	display:none;
}

#main {
	width:541px;
	min-height:534px;
	height:auto !important;
	height:534px;
	background:#fef9e3;
	margin-left:10px;
	clear:both;
	/*position:absolute;*/
	float:left;
}

#footer {
	width:734px;
	height:39px;
	clear:both;
	background:url(../images/footer_bg.gif);
	color:#FFF;
	font-size:.8em;
	padding-top:8px;
	line-height:1em;
	display:none;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	display:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
	display:none;
}

/*- Rollover Menu--------------------------- */
	
#menu1, #menu1 ul, #menu 1 ul li, #menu 1 li a, #menu1 li a:hover, #menu1 li.selected a {
	display:none;
	}
	


/*- Text Size--------------------------- */

#textsize {
	float:right;
	padding-right:32px;
	display:none;
}
