body {
	background: url(texture_05.png) repeat;
	margin: 0px;
	padding: 0;
}

body a {
	text-decoration: none;
}

#topbar {
	padding: 15px 0px 15px 3%;
	font-family: cabndwebbold, sans-serif, arial;
	font-size: 24px;
	color: #f0f0e1;
	text-shadow: 3px 3px 3px #000000;
	background: #505050;
}

#topbar a{
	color: #f0f0e1;
}

#bottombar {
	background: #505050;
	color: #f0f0e1;
	padding: 20px 20px 20px 20px;
	font: 12px sans-serif, arial;
	font-weight: bold;
	clear: both;
}

#bottombar a {
	color: #f0f0e1;
}

#contentwrapper {
	clear: both;
	margin: 0 auto;
}


#boxexterior {
	margin: 20px 2% 40px 2%;
	background: #f5f5f5;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cecece;
	border-radius: 7px;
	box-shadow: 2px 2px 2px #cecece;
}

#topbox {
	margin: 4px 3px 4px 3px;
	background: #FFFFFF;
	padding: 15px 15px 15px 15px;
	border: 1px solid #cecece;
	border-radius: 5px;
}

.boxwithtext {
	font-family: sans-serif, arial;
	font-size: 14px;
}

.boxwithtext h1{
	font-size: 22px;
	font-weight: bold;
	font-family: cabndwebbold;
	padding: 0px;
	margin: 0px;
}

@font-face
{
font-family: cabndwebbold;
src: url('CABNDWebBold.otf');
}

::selection {
	background: #999999; 
	color: #FFFFFF;
}


.post_photo {
	margin: 10px 0px 0px 0px;
}
