@charset "utf-8";
/* CSS Document */

html {
	background: #0c0e1d url(/images/background.gif) repeat-y 50% 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #c3c1b1;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 824px;
	margin: 0 auto;
	text-align: left;
	min-height: 460px;
	height: auto !important; /* IE6 Fix */
	height: 460px; /* IE6 Fix */
}

#header {
	width: 824px;
	height: 170px;
	margin: 0 auto;
}

#content {
	width: 824px;	
}

#left_column_txt {
	width: 364px;
	padding-left: 15px;
	float: left;
}

#right_column_txt {
	width: 415px;
	padding-right: 15px;
	float: right;
	background-color: #0c0e1d;
}

.curvebox {
	width: 400px;
	min-height: 150px;
	padding: 10px;
	background-color: #0b0d1a;
	border-style: solid;
	border-color: #333;
	border-width: 1px;

}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	

#footer {
	padding-top: 20px;
	clear: both;
	width: 824px;
	height: 140px;
	float: left;
	
}

img.pad_logo {
	padding: 15px 15px 15px 15px;	
}

a:link {
	color: #ffe987;	
}

a:hover {
	color: #e73418;	
}

a:visited {
	color: #7a706f;	
}

ul#tabs {list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li {display: inline; }
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent { border: 1px sol #c9c3ba; padding: 0.5em; }
div.tabContent.hide { display: none; }