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

/* --- RESET ---*/


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: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* -- CSS RULES */



body{
	background-color:#8c6439;
	font-family:Arial, Helvetica, sans-serif;
}


#wrapper{
	width:800px;
	height:800px;
	margin:auto;
	border-left:#000 solid 5px;
	border-right:#000 solid 5px;
	border-bottom:#000 solid 65px;
}

#NavBar {
	height:20px;
	width:800px;
	float:right;
	margin-top:200px;
	padding-top:10px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
}

#header {
	background-image:url(images/banner2.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	width:800px;
	height:200px; 
	border-bottom:#000 solid 2px;
}

div#NavBar a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#NavBar a:hover{
	color:#000;
	background:#954e02;
}


li {
	display:inline;
	margin-left:20px;
}

#maincopy {
	background-color:#FFF;
	width:800px;
	height:600px; 
	margin-top:25px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#954e02;
	font-weight:bold;
	font-size:18px; 
	margin-bottom:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#954e02;
	line-height:0px;
	margin-top:10px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:15px;
	color:#333333;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


#ColOne {
	width:500px;
	height:500px;
	float:left;
	margin:20px 20px 40px;
	text-align:left;
}

div#ColOne a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#ColOne img {
	margin-top:-45px;
	border:solid #000 1px;
}

#AppearColOne {
	width:370px;
	height:400px;
	float:left;
	margin:20px 20px;
	text-align:left;
}

#AboutColOne {
	width:600px;
	height:400px;
	float:left;
	margin:20px 20px;
	text-align:left;
}

div#AboutColOne a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#AboutColOne img {
	margin-top:5px;
	border:solid #000 1px;
}

#ShopColOne {
	width:640px;
	height:400px;
	float:left;
	margin:20px 13px;
	text-align:left;
}

div#ShopColOne a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#ShopColOne img {
	margin-top:5px;
	border:solid #000 1px;
}


#ColTwo {
	width:200px;
	height:500px;
	float:left;
	margin-top:20px;
	margin-right:10px;
	padding-left:40px;
	text-align:left;
}


div#ColTwo a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#ColTwo img {
	margin-bottom:5px;
	border:solid #000 1px;
}



#PartyColTwo {
	width:220px;
	height:600px;
	float:left;
	margin-top:20px;
	margin-left:-10px;
	padding-left:0px;
	text-align:left;
}


div#PartyColTwo a:link, a:visited {
	color: #954e02;
	text-decoration:none;
}

div#PartyColTwo img {
	border:solid #000 1px;
	margin-bottom:-10px;
	margin-left:20px;
}

#footer {
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:-20px;
}

div#footer img {
	margin-right:0px;
}

#copyright {
	color:#666666;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-right:20px;
}