@charset "utf-8";


body {
	margin:0;
	padding:0;
	background: #d3d3d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#column1 {
	width:50%;
	float:left;
	margin-right:-580px;
	background:#fff;
	background:#d3d3d3;
}

#col1inner{
	margin-right:580px;
	background:url(../images/left_bg.png);
	height:725px;
}

#column2 {
	width:1160px;
	float:left;
	position:relative;
	z-index:10;
	color:#fff;
	margin-top:0px;
	height:400px;
}

#column2_flash {
	width:1160px;
	float:left;
	position:relative;
	z-index:10;
	color:#fff;
	margin-top:0px;
	height:710px;
}

#column3outer {
	width:50%;
	position:absolute;
	right:0;
}

#column3 {
	height:725px;
	margin-left:580px;
	background:url(../images/right_bg.png);
}

#flash_container{
	background:#d3d3d3 url('../images/logo.jpg');
	height:118px;	
	margin:0px;
	border:0px solid black;
}

#flash_container_flash{
	margin:0px;
	border:0px solid black;
}

#flash_menu{
	/*position:absolute;
	margin:0px 0px 0px 0px;*/
	float:left;
	border:0px solid black;
	height:116px;
	width:735px;
}

#body{
	padding-top:10px;
	background:#d3d3d3 url('../images/body.png');
	background-repeat:no-repeat;
	height:594px;
}

#body_flash{
    	/*background:#d3d3d3 url('../images/body.png');*/
	background-repeat:no-repeat;
	height:719px;
	width:1160px;
	
}

#content{
	width: 720px;
	margin:auto;
	padding:0px;
	padding-top:0px;
	border:0px solid red;
	height:400px;/*365*/
	overflow:auto;
}


.title{
	font-size:35px;
}

.subtitle{
	font-size:16px;
}

#footer{
	border:0px solid #F00;
	text-align:right;
	margin:auto;
	margin-top:35px;
	width:600px;
	color:#3F1259;
	font-size: 14px;
}

a:link {color:#bd3776; text-decoration:none;}      /* unvisited link */
a:visited {color:#bd3776; text-decoration:none;}  /* visited link */
a:hover {color:#ffffff; text-decoration:underline;}  /* mouse over link */
a:active {color:#bd3776}  /* selected link */

#copyright{
    font-size: 10px;
    padding-right: 60px;
}

.tag{
	width:380px;
}

.text_field{
	width:195px;
}
