/*__________________________________________________________ general stuff */

body{
	margin:0px;
	padding:0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEF8EE;
	font-size: 12px;
}
img{
	margin:0px;
	padding:0px;
}
form{
	margin:0px;
	padding:0px;
}

/*_________________________________________________________ text stuff */

p,h1,h2,a {
	font-size: 12px;
	color:#333333;
}
p.small_body{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
p.maroon_bold{
	font-size: 12px;
	font-weight: bold;
	color: #AE1815;
}
a.white_bold{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
p.maroon_small{
	font-size: 11px;
	font-weight: normal;
	color: #AE1815;
}
h1{
	margin:0px;
	padding-top:5px;
	padding-bottom:0px;
	font-size: 24px;
	font-weight: normal;
	color: #AE1916;
}
h2{
	padding-top:5px;
	font-size: 18px;
	font-weight: normal;
	color: #AE1916;
}
 a{
	font-size: 11px;
	font-weight: normal;
	color: #595948;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

/*__________________________________________________________ div stuff */

#main_div{
	width:760px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
}
#content_div{
	width:760px;
	margin-left: auto;
	margin-right: auto;
}
#top_filler{
	width:760px;
	height:10px;
	margin-left: auto;
	margin-right: auto;
}

/*__________________________________________________________ table stuff */

table#header_table{
	border:0px;
}
table#content_table{
	width:760px;
	border:0px;
	/*background-color:#000000;*/
}
table#content_table td.content_left_cell {
	/*css here !!!!!!*/
}
table#content_table td.content_right_cell {
	/*css here !!!!!!*/
}

/*__________________________________________________________ bg img stuff */

div#corner_top {
	width:45px;
	height:40px;
	background-image:url(../../sitepix/structural/content_topcurve2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#corner_bottom {
	z-index:2;
	position:relative;
	top:-40px;
	width:45px;
	height:40px;
	background-image:url(../../sitepix/structural/content_botcurve1.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*css here !!!!!!*/
}
div#corner_bottom1 {
	z-index:1;
	position:relative;
	top:-40px;
	width:45px;
	height:40px;
	background-image:url(../../sitepix/structural/content_botcurve2.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*css here !!!!!!*/
}
.nav_logo_bg{
	width:415px;
	height:160px;
	background-image:url(../../sitepix/structural/nav_logo_bg.gif);
	background-position: top;
}
.navbar_bg{
	width:760px;
	height:40px;
	background-image:url(../../sitepix/structural/navbar_bg.gif);
}
.navbutton_spaver{
	width:15px;
	background-image:url(../../sitepix/structural/navbutton_spaver.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.header_bg{
	width:550px;
	height:40px;
	background-image:url(../../sitepix/structural/header_bg.gif);
	background-repeat: no-repeat;
}
.home_nav_divide{
	width:20px;
	background-image:url(../../sitepix/structural/home_nav_divide.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.content_side{
	width:15px;
	background-image:url(../../sitepix/structural/content_side.gif);
	background-repeat: y-repeat;
	background-position: top;
}
.back_to_top{
	width:165px;
	background-image:url(../../sitepix/structural/back_to_top.gif);
	background-repeat: no-repeat;
}

/*_________________________________________________________ anchor stuff */

table#nav_links a {
	font-size: 11px;
	font-weight: bold;
	color: #968C7C;
	text-decoration: none;
}
table#nav_links a:hover {
	color: #000000;
}
table#nav_links a#about.active,a#experiences.active,a#events.active,a#education.active,a#shopping.active,a#dining.active,a#accommodation.active,a#wedding.active,a#corporate.active{
	color: #000000;
}
table#mini_nav a {
	font-size: 11px;
	font-weight: normal;
	color: #85856C;
	text-decoration: none;
}
table#mini_nav a:hover {
	color: #000000;
}
table#mini_nav a#home.active,a#nts.active,a#sitemap.active,a#contact.active {
	color: #000000;
}
table#sub_nav a{
	font-size: 11px;
	font-weight: normal;
	color: #595948;
	text-decoration: none;
}
table#sub_nav a:hover{
	color: #000000;
}
