* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #CCC;
	background-color: #666666;
	background-image: url(images/bg-jst.jpg);
	background-repeat: repeat-x;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: #4a3c19;
}

#wrap {
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


#header {
	height: 250px;
	background-color: #000000;
	background-image: url(images/jasperskiteam-logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 40px;
	line-height: 40px;
	background-color: #666666;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	padding-left: 45px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 10px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 12px;
color: #aaa;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
	background: #666666 url(images/content.jpg) repeat-y;
	padding: 10px;
}

.left {
	width: 750px;
	text-align: justify;
	font-size: 14px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 10px;
	background-color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #CCC;
}
.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}



#bottom {
background: #d4ccae url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}
.larger_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF3300;
}
.larger_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC66;
}#wrap #content .left table tr td p a {
	color: #C30;
}
#wrap #content .left a {
	color: #C30;
	text-decoration: none;
}
