@charset "utf-8";
/* CSS Document */

/* structure markup */

.header {
	text-align:center;
	height:60px
}

.contleft {
	float:left;
	padding:5px;
	font-size:10px;
	text-align:center;
	width:310px;
	height:390px
}

.contright {
	float:right;
	padding:5px;
	text-align:justify;
	width:310px;
	height:390px
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	vertical-align: middle;
	border-color: #000000;
	overflow-y: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
	height: 620px;
}

.left {
	display:inline;
	float:left;
	text-align:left;
	background-image:url(../content/images/bg_01.jpg);
	background-repeat:no-repeat;
	width:303px;
	height:600px;
}

.right {
	display:inline;
	float:left; 
	width:697px;
	height:600px;
	background-image:url(../content/images/right_02.jpg);
	background-repeat:no-repeat;
}

.content {
	float:left;
	text-align:left;
	width:659px;
	height:460px;
	padding:15px;
	margin-top:10px;
	overflow:hidden;
	padding-top: 0px;
}

.footer {
	float:left; 
	height:20px; 
	width:1000px; 
	text-align:center;
}

.textlinks {
	float:left; 
	height:20px; 
	width:690px; 
	margin-left:10px;
	text-align:left;
}

.email {
	float:left; 
	height:20px; 
	width:290px; 
	text-align:right;
}

html {
	overflow-y: scroll;
}

body {
	font-size:12px;
	background-color: #000000;
	margin-top: 5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CCCCCC;
}

a {
	outline:none;
	font-weight:bold
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

.red {
	color:#FF0000;
}

.tn {
	border:solid #666666 thin;
	padding:5px;
	margin:5px;
	vertical-align:middle;
	border-width:1px;
}

.bigWhite {
	font-weight:bold;
	color:#FFF;
	font-size:16px
}

.bigGrey {
	text-align:center;
	font-weight:bold;
	font-size:16px
}

.signature {
	font-weight:bold;
	font-style:italic;
	color:#FFF
}