@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:#FFA1C1 url(../interface/background.jpg) top center repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Georgia, Times New Roman, sans-serif;
	font-size:small;
	color:#333;
}


/* TEXT */

p { text-align:justify; }


/* LINKS */

a, a:visited {
	color:#FF6699;
	text-decoration:none;
}

a:hover, a:active {
	color:#FF6699;
	text-decoration:none;
	border-bottom:1px dotted #FF6699;
}

a.nolink, a.nolink:visited, a.nolink:hover, a.nolink:active {
	color:#FF6699;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}

a img { border-width:0px; }


/* DIVS */

.clear { clear:both; }

#header {
	width:954px;
	height:248px;
	margin:0px auto;
	position:relative;
}

#menu {
	width:954px;
	height:53px;
	margin:0px auto;
	position:relative;
}

#content_holder {
	width:954px;
	margin:0px auto;
	position:relative;
	background:url(../interface/content_background.jpg) center repeat-y;
}

	#content_content {
		width:884px;
		margin:0px auto;
		position:relative;
		padding:20px 35px 15px 35px;
	}
	
		#content_banner {
			width:884px;
			margin:0px auto;
			position:relative;
			padding:0 0 20px 0;
		}
	
	#content_footer {
		width:954px;
		height:10px;
		margin:0px auto;
		position:relative;
		clear:both;
		background:url(../interface/content_bottom.jpg) bottom center no-repeat;
	}

#footer {
	width:954px;
	margin:0px auto;
	position:relative;
	padding-top:15px;
	padding-bottom:20px;
	text-align:center;
	font-size:x-small;
}

	#footer a, #footer a:visited {
		color:#333;
		text-decoration:none;
		border-bottom:1px dotted #333;
	}
	
	#footer a:hover, #footer a:active {
		color:#333;
		text-decoration:none;
		border-bottom:1px solid #333;
	}

.splitleft {
	float:left;
	width:430px;
	padding-right:12px;
}

.splitright {
	float:left;
	width:430px;
	padding-left:12px;
	text-align:center;
	font-size:x-small;
}

.splitleft2 {
	float:left;
	width:482px;
	padding-right:12px;
}

.splitright2 {
	float:left;
	width:378px;
	padding-left:12px;
	text-align:center;
	font-size:x-small;
}

.splitleft3 {
	float:left;
	width:482px;
	padding-right:12px;
	text-align:center;
}

#bg_about {
	width:940px;
	background:#FFF url(../interface/bg_aboutme.jpg) top no-repeat;
	position:relative;
	margin:0px auto;
}

#bg_home {
	width:940px;
	background:#FFF url(../interface/bg_home.jpg) top right no-repeat;
	position:relative;
	margin:0px auto;
}

#bg_newsevents {
	width:940px;
	background:#FFF url(../interface/bg_newsevents.jpg) bottom left no-repeat;
	position:relative;
	margin:0px auto;
}

#bg_merchandise {
	width:940px;
	background:#FFF url(../interface/bg_merchandise.jpg) bottom left no-repeat;
	position:relative;
	margin:0px auto;
}

#bg_contact {
	width:940px;
	background:#FFF url(../interface/bg_contact.jpg) bottom left no-repeat;
	position:relative;
	margin:0px auto;
}

#bg_links {
	width:940px;
	background:#FFF url(../interface/bg_links.jpg) bottom right no-repeat;
	position:relative;
	margin:0px auto;
}


.newright1 {
	float:left;
	width:390px;
	padding-left:20px;
	padding-right:20px;
	margin-left:12px;
	text-align:center;
	font-size:small;
	background:url(../interface/whitebg.png) repeat;
}

.newleft1 {
	float:left;
	width:390px;
	padding-left:20px;
	padding-right:20px;
	margin-right:12px;
	text-align:center;
	font-size:small;
}

.newleft2 {
	float:left;
	width:390px;
	padding-left:20px;
	padding-right:20px;
	margin-right:12px;
	text-align:center;
	font-size:small;
	background:url(../interface/whitebg.png) repeat;
}


/* FORMS */

.text1 {
	background-color:#FBEEF4;
	border:1px solid #333;
	width:200px;
	padding:3px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Georgia, Times New Roman, sans-serif;
	font-size:small;
}

.butt1 {
	width:206px;
	padding:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Georgia, Times New Roman, sans-serif;
	font-size:small;
	font-weight:bold;
	cursor:pointer;
}

/* BLOG */
.blog{
	width:560px;
}
