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:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	background: url("../images/body.jpg");
}

h1, label {
	display: block;
	font: italic 32px "Georgia";
	margin: 25px 0 25px 0;
	font-weight: bold;
}

label {
	font-size: 16px;
	margin-bottom: 10px;
}

p {
	display: block;
	font: normal 16px "Century";
	margin: 0 0 20px 0 ;
}

div#wrapper {
	display: block;
	width: 100%;
	height: 100%;
}

div#headerwrapper {
	display: block;
	width: 100%;
	height: 444px;
	background: url("../images/header.jpg") center 0;
	text-align: center;
}

div#headerwrapperinner {
	display: block;
	margin: auto;
	width: 1020px;
	height: 444px;
	text-align: left;
}

div#headerwrapperinner ul#menu {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 13px;
}

div#headerwrapperinner ul#menu li {
	display: inline;
	margin-left: 20px;
	padding-left: 20px;
}

div#headerwrapperinner ul#menu li a {
	font: italic 14px "Georgia";
	font-weight: bold;
	color: #b2a974;
	text-decoration: none;
	outline: none;
}

div#headerwrapperinner ul#menu li a:hover {
	color: #e4dcab;
}

div#headerwrapperinner div#logowrapper {
	display: block;
	float: right;
	width: 520px;
	height: 240px;
}

div#headerwrapperinner div#logowrapper div#logo, div#headerwrapperinner div#logowrapper div#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -10000px;
}

div#container {
	display: block;
	margin: auto;
	width: 840px;
	font: normal 16px "Century";
	color: #333122;
}

div#container ul  li{
	list-style: circle;
	margin-left: 50px;
}

div#container div#thumbswrapper {
	display: block;
	width: 100%;
}

div#container div#thumbswrapper div.thumbswrapperinner {
	margin: 10px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}

div#container div#thumbswrapper div.thumbswrapperinner a {
	cursor: pointer;
}

div#container div#thumbswrapper div.thumbswrapperinner  span {
	width: 181px;
	height: 134px;
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	background: url(../images/brush-border.png) no-repeat;
}

div#container div#thumbswrapper div.thumbswrapperinner  img {
	border: none;
	padding: 0;
}

div#container ul#tweets {
	padding: 0;
	margin: 0;
}
 
div#container ul#tweets li {
	display: block;
	margin: 0;
	margin-left: 50px;
	margin-top: 10px;
}
 
div#container ul#tweets li a{
	color: #2b281b;
	font-weight: bold;
	text-decoration: none;
}

div#container form#form label {
	display: block;
	width: 200px;
	margin-left: 50px;
}

div#container form#form input, div#container form#form button {
	display: block;
	width: 234px;
	height: 20px;
	margin-left: 50px;
	padding: 9px;
	font: italic 16px "Georgia";
	font-weight: bold;
	background: url("../images/input.jpg") transparent;
	border: 0;
}

div#container form#form textarea {
	display: block;
	float: right;
	width: 470px;
	height: 199px;
	margin-left: 50px;
	margin-top: 28px;
	padding: 9px;
	font: italic 12px "Georgia";
	background: url("../images/textarea.jpg") transparent;
	border: 0;
}

div#container form#form button {
	width: 252px;
	height: 38px;
	margin-top: 20px;
	background: url("../images/button.jpg") transparent;
	color: #ada67c;
}



div#footwrapper {
	display: block;
	width: 100%;
	height: 200px;
	padding-top: 100px;
	background: url("../images/footer.jpg") center 0;
	text-align: center;
	clear: both;
}

div#footwrapper div#copy {
	display: block;
	width: 800px;
	margin: auto;
	text-align: left;
	color: #b2a974;
}

div#footwrapper div#copy p {
	text-align: right;
	font-size: 80%;
}

