@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #65628C url(../layout/body_bg.jpg) repeat-x;
}

H1 {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}

H2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	margin: 0 0 10px 0;
}

H2 a:link { text-decoration:none; color: #fff;}
H2 a:active { text-decoration:underline; color: #fff;}
H2 a:visited { text-decoration:none; color: #fff;}
H2 a:hover { text-decoration:none; color: #B096D3;}

.outside_div {
	margin: 15px 0 15px 35px;
}

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

p a:link { text-decoration:none; color: #fff;}
p a:active { text-decoration:none; color: #fff;}
p a:visited { text-decoration:none; color: #fff;}
p a:hover { text-decoration:none; color: #B096D3;}

img {
	border: 0;
}

#holder {
	width: 896px;
	margin: 0 auto 0 auto;
	/*border-left-style: dashed;
	border-right-style: dashed;
	border-left-color: #3C394E;
	border-right-color: #3C394E;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 0 10px 0 10px;*/
}

#content {
	width: 560px;
	margin: 20px 0 0 0;
	float: left;
	display: inline;
	margin-left: 35px;
} 

#contentForm {
	width: 460px;
	margin: 20px 0 0 0;
	float: left;
	margin-left: 35px;
} 


#contact {
	width: 560px;
	margin: 15px 0 15px 35px;
	float: left;
	background: url(../layout/line.gif) bottom left no-repeat;
	padding: 0 0 15px 0;
}

.contact_pic {
	float: right;
	border: #FFF;
	border-style: solid;
    border-width: 4px;
	margin: -30px 227px 10px 0;
	clear: both;
}


#right_column {
	width: 280px;
	float: right;
	margin: 0;
}

.right_pic {
	float: right;
	margin: 26px 0 15px 0;
}

#main_pic {
	width: 558px;
	margin: 20px 0 5px 0;
}

.info_pic{
	margin: 0 10px -1px 0;
}

#footer {
	width: 896px;
	margin: 0;
}


#top{
	background: #000 url(../layout/top.jpg) no-repeat;
	width: 896px;
	height: 376px;
}

/*----------------------------------------------------------*/

#navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	width: 896px;
	height: 30px;
	background: #FFF;
	/*overflow: hidden;*/
}

/*----------------------------------------------------------*/

.infotext {
	margin: 117px 0 0 35px; 
	float: left;
	width: 500px;
}

/*----------------------------------------------------------*/

table {
	width: 453px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

td {
	height: 20px;
}

.input {
	border-style: none;
	width: 445px;
	height: 18px;
	background: url(../layout/input.gif) no-repeat;
	text-indent: 1px;
}

.input_short {
	border-style: none;
	width: 130px;
	height: 18px;
	background: url(../layout/input_2.gif) no-repeat;
	text-indent: 1px;
}

.select {
	border-style: none;
	height: 20px;	
}

option {
	border-style: none;
	width: 100px;
	height: 20px;
	text-indent: 1px;
}

.textarea {
	border-style: none;
	width: 445px;
	min-height: 139px;
	background: url(../layout/textarea.gif) no-repeat;
	text-indent: 1px;
	overflow-y:hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.send {
	width: 100px;
	border-style: none;
	height: 30px;
	background: url(../layout/send.jpg) no-repeat;
	color: #FFF;
}

.reset {
	width: 100px;
    border-style: none;
	float: left;
	height: 30px;
	margin: 0 0 0 27px;
	background: url(../layout/reset.jpg) no-repeat;
	color: #FFF;
}



