html, body, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 0.75em tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(/images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 0px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 0px;
}

#search-box {
	float:right;
}

#nav img {
	float: left;
}

a {
	font-weight: bold;
	color: #5C5C5C;
	text-decoration:underline;
}

#nav {
	
	background-color:#42453D;
	height:30px;
	margin: 0em;
	margin-top:11px;
	padding-left: 2px;
	padding-right:2px;
	font-family: Verdana, sans-serif;
}

#nav a {
	border-bottom: 0px;
}



#nav ul, #nav li {
	margin:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	color: white;
	font-weight: bold;
}

#nav li {
	background-image: url(/images/nav_normal.png);
	margin-right:1px;
	background-position:left top;
	background-repeat:repeat-x;
	height:30px;
	float:left;
	padding:0px;
	padding-top:8px;
}

#nav a {
	vertical-align:middle;
	color:white;
	padding-left:32px;
	padding-right:32px;
	

}

#nav li:hover {
	background-image: url(/images/nav_selected.png);
}

#nav li.active {
	background-image: url(/images/nav_selected.png);
}





#content-area {
	padding-top: 205px;
	text-align: justify;
}

#content-area h1, h2, h3, h4 {
	color: #CBC808;
}

#content-area h1 {
	font-size: 1.9em;
}

#content-area h2 {
	font-size: 1.5em;
}

#content-area h3 {
	font-size: 1.2em;
}

#content-area h4 {
	font-size: 1em;
}

#body-full {
	width: 738px;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(/images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#content-area h2, #content-area p {
	margin: 0.6em 0;
}

#body-right p {
	margin-right: 2em;
}

#content-area a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}



#footer {
	color: #FFFFFF;
	background: #42453D url(/images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

li {
	margin-bottom : 1em;
}

.skate_dia {
	font-size: 1.5em;
	margin-left : 5px;
	margin-right : 5px;
}

.gallery-image, .content-image {
	border:0;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	margin-right:10px;
    margin-bottom:10px;
}



.content-image {
margin:20px;
}
.gallery-image{
width:180px;
}

.gallery-image:hover {
	width:200px;
	margin-right:0px;
	margin-left: -10px;
	margin-bottom:0px;
	margin-top: -10px;	
}

#footer a {
	color:white;
}


.trick-body {
	display:none;
}

h3.trick-head a {
	color:#CBC808;
}

.right{
	float:right;
}
