/*CSS*/

/*divs-layout*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}

#holder {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/bg.png) top center repeat-y;
	color:#fff;
}

#header {
	height: 210px;
	background: url(../images/header_bg.png) top center no-repeat;
}

#nav, #buttons, #search {
	position: relative;
	float: right;
	margin-right: 65px;
}

#nav {
	top: 30px;
}

#buttons {
	top: 40px;
}

#search {
	top: 50px;
	clear: both;
}

#content {
	padding-bottom: 50px;
}

#content, #footer {
	padding-left: 75px;
	padding-right: 75px;
}

#content-left {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 0px;
}

#content-right {
	float: right;
	width: 235px;
	text-align: right;
	font-size: 10px;
}

#footer {
	height: 72px;
	background: url(../images/footer_bg.png) bottom center no-repeat;
	font-size:9px;
	margin-top: 10px;
	clear: both;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}


/*FONT Stuff*/
#content {
	font-size: 12px;
	color: #ccc;
}
	
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 7px;
	}
	
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 5px;
	}

h3 {
	color: #00CC00;
	font-weight: normal;
	}

#content a {
	color:#00ff00;
	text-decoration: underline;
}

#content a:hover {
	text-decoration:none;
}

.thumb {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 2px #666666;
	padding: 0px;
}

.package_table {
	background: #333333;
	border: solid 2px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	padding-top: 0px;
	}

#package li {
	list-style: square;
	}