* {
	border:0px solid #eee;
	margin:0;
	padding:0;
	/*list-style:none*/
}
	
html,body,#bg table,#bg td,#cont {
	width:100%;
	height:100%;
	overflow:hidden;
}

body { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	cursor:default;
	background:url(loading.gif) center no-repeat;
	color:#000;
}

/*
h1,.large,.left {
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
	font-size:36px;
}

h1 {
padding-bottom: 10px;
}
*/

h1 {
	font-size: 24px;
	line-height: 22px;
	font-weight: normal;
}


h2 {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}

h3 {
	font-size: 15px;
	padding-bottom: 5px;
}

a {
	text-decoration:none;
	color:#FFF;
	outline:0
}

a:hover {
	color:#DBDBDB;
	outline:0;
}

p, li {
	text-align: justify; 
}

img {
	display:block;
}

ul { 
	list-style:none;
	/*float:left;	*/
	padding-top: 7px;
	padding-left: 10px;
}

ul li {
	display: inline;
}

li a {
	height:14px;
	padding:0 5px;
	font-weight:bold;
	color:#999;
	display:inline;
	font-size:12px;
}

li a:hover, li.cur a {
	color:#fff
}

#bg {
	position:absolute;
	width:200%;
	height:200%;
	top:0;
	left:-50%;
}

#bg td { 
	vertical-align:middle;
	text-align:center
}

#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}

#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:hidden;
}

#menu { 
	position:absolute;
	top:0;
	z-index:80;
	width:100%;
	height: 35px;
	line-height:16px;
	display: block;
	margin-bottom: 30px;
	min-width: 850px;
}
	
#menu #links {
	height:35px;
	background:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	min-width: 660px;
	width: 80%;
	position: relative;
	left: 20%;
}

#menu #links img {
	display: inline;
	vertical-align: middle;
}
	
#menu #logo {
	height:35px;
	width: 20%;
	background:#efede9;
	display: block;
	overflow: hidden;
	min-width: 160px;
	position: absolute;
}

#menu #logo a {
	display: block;
	overflow: hidden;
	height: 35px;
}

#menu #logo a img {
	display: block;
	overflow: hidden;
	position: relative;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

#register {
	height: 24px;
	position:relative;
	left:20%;
	width:560px;
	overflow: hidden;
	display: block;
	background: #df4430;
	top: 35px;
}

#register a {
	padding-top: 4px;
	padding-left: 15px;
	font-size: 11px;
	height: 25px;
	position:relative;
	color: #59b4e5;
	overflow: hidden;
	display: block;
}

#register a:hover {
	color: #FFF;
}

.box { 
	position:relative;
	display: block;
	top:35px;
	left:20%;
	width:560px;
	overflow: auto;
	height: 88%;
	background:url(trans-bg.png) repeat;
}

.box #text {
line-height:1.5em;
padding:20px 15px;
color: #010101;
}

.box #text h3 a{
	font-size: 15px;
	padding-bottom: 5px;
}

.box #text h3 a:hover{
	color: #DBDBDB;
	font-size: 15px;
	padding-bottom: 5px;
}

.box #text ol {
	padding-left: 20px;
}

.box #text ol li {
	padding-bottom: 10px;
}

.box #text ol li ol {
	padding-left: 20px;
	list-style: disc;
}

.box #text ol li ol li{
	padding-bottom: 10px;
}

.box #text a {
	text-decoration:underline;
	color: #df4430;
	font-size: 11px;
}

.box #text a:hover {
	text-decoration:underline;
	color: #FFF;
}

.box #text .photos {
	width: 520px;
	display: block;
	overflow: hidden;
	height: 160px;
}

.box #text .photos .horz {
	width: 160px;
	height: 160px;
	margin-top: 25px;
	float: left;
}

.box #text .photos .vert {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	float: left;
}

.box #text .photos .vert img, .box #text .photos .horz img{
	margin: 0 auto;
	border: 2px solid white;
	vertical-align: middle;
}

/*
.box #text > img {
float:right;
margin-top:10px;
border:3px solid #000;
}*/

.box #form {
background:url(form-bg.png) repeat;
height:400px;
width:495px;
margin-top:20px;
color:#000;
padding:10px;
line-height:24px;
}

.box #form img {
margin-left:4px;
margin-top:2px;
}

.short {
width:70px;
display:block;
float:left;
}

.long {
width:148px;
display:block;
float:left;
}

.large {
text-align:right;
top:20%;
right:120px;
font-size:13px
}

.left {
text-align:left;
right:auto;
left:180px;
font-size:13px;
}

.large h2 {
font-size:60px;
}

.white {
color:#fff
}

.button{
float:right;
margin: 2px 3px 0 0;
width:60px;
height: 19px;
padding-bottom:3px;
background:#505050;
color:#FFF;
font-size:10px;
cursor: pointer;
}

input {
font-size: 14px;
height:18px;
margin-left:4px;
}

form span {
position:relative;
top:-2px;
line-height:24px;
font-size:12px;
margin-left:4px;
}

dl{
margin:10px 0;
}

dt,dd p {
padding:15px 0 25px 0;
display:block;
border-top-width:1px;
width:210px;
}

dt {
text-transform:uppercase;
padding:0 5px;
cursor:pointer;
line-height:20px;
height:20px;
font-weight:bold;
width:200px;
}

dd { 
height:0px;
overflow:hidden;
width:210px;
}



