* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	text-shadow:0 0 5px #CCCCCC;	
	color:#002B55;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	color:#002B55;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font:18px/13px Arial,Tahoma,Verdana,sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 50px;

}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	background:url("../f/logo.png") no-repeat scroll left center transparent;
	width: 100%;
	float: left;
	overflow: hidden;
	height:400px;
}
#content {
	padding: 0 320px 0 0;
}
#down {
	float:left;
}

#tent {
	margin-left:420px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 300px;
	margin-left: -300px;
	position: relative;
	font:11px/13px Arial,Tahoma,Verdana,sans-serif;
	padding-top:150px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 800px;
	margin: -30px auto 0;
	text-align:center;
	font-size: 10px;
}
