* {
	margin: 0;
	padding: 0;
}


body {
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

img {
	border: none;
}

#wrap {
	margin: 0px auto;
	width: 1002px;
}


#header {
	border: 1px solid #999999;
	background: #333333;
	height: 190px;
}

#headerimg1 {
	position: relative;
	background-image: url(images/head_left.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 1000px;
}

#headerimg3 {
	position: relative;
	left: 233px;
	background-image: url(images/head_main_1.gif);
	background-repeat: repeat-x;
	height: 190px;
	width: 536px;

}

#headerimg4 {
	position: absolute;
	background-image: url(images/head_right_1.gif);
	left: 536px;
	height: 190px;
	width: 231px;
}

#my_header_txt {
	position: absolute;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: transparent;
	padding: 20px;
	font-size: 400%;
	font-weight: bold;
	color:#CCC;
	width: 500px;
	top: 25px;
	left: 300px;
}

#header_flag_container {
	position: absolute;
	top: 45px;
	left: 5px;
	width: 400px;
	background: transparent;
}

#header_flag {
	position: relative;
	margin-left: 10px;
	float: left;
	background: transparent;
}

#header_flag a {
	text-decoration: none;
	border: 0px;
	margin: 0;
	padding: 0;
}

#menu {
	height: 40px;
	line-height: 40px;
	background: #333333;
}

#menu ul {
	list-style-type: none;
	padding-left: 40px;
	text-decoration: none;
	font-weight: 100;
	font-size: 18px;
	color: #fff;
}

#menu ul li {
	display: block;
	float: left;
}
#menu ul li {
	padding: 0 20px 0 0;
}

#menu ul li a {
	color: #aaa;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#content {
	background: #666666;
	padding: 10px;
}

#content a {
	text-decoration: underline;
	color: #362e19;
}

#content a:hover {
	text-decoration: underline;
	color: #4a3c19;
}

#left {
	float: left;
	width: 600px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background: #CCCCCC;
	border: 1px solid #000;
}

#left img { 
	margin: auto 10px;
}

#left h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 20px;
}

#left h2 a {
	text-decoration: underline;
}

#left h2 a:hover {
	text-decoration: underline;
}

#left p {
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: justify;
}

#left p.style_1 {
	text-align: left;
}

#left p.style_2 {
	text-align: center;
}

#left p.style_3 {
	text-align: right;
}

#left TD.anketa_first { 
        color: red; 
        vertical-align: top;
	text-align: left;
} 
   
#left TR.anketa { 
        vertical-align: top;
	text-align: left;
} 
#left TEXTAREA.hidden {
        display: none;
        visibility: hidden;
}

#right_main {
	background: #999999;
	float: right;
	width: 322px;
/*	system: /media/sdb1/AMVcon/ver3/style.css;  */
	padding: 0px;
	border: 0px solid #CCCCCC;
}

#right {
	background: #666666;
    padding: 10px;
	border: 1px solid #CCCCCC;
	float: right;        
	width: 300px;
/*	system:/media/sdb1/AMVcon/ver3/style.css; */
}

#right h2 {
	color: #000;
	font-size: 12px;
	text-align:center;
}


#right h1 {
	color: #CCCCCC;
	font-size: 17px;
	text-align:center;
}

#my_right_panel_demo { /* Right Panel */
	margin-top:10px;
	position:relative;
	padding: 2px 4px 4px 4px;
	width:290px;
	height:90px;
	background-color:#CCC;
	overflow:hidden;
}

#my_right_panel_demo h2 {
	color: #333333;
	font-size: 12px;
	padding: 20px 0px 0px 40px;
}


#my_right_panel_demo img {
	float: left;
	border: 1px solid #CCCC00;
	width:120px;
	height:90px;
}

#footer {
	text-align: center;
	font-size: 11px;
	background-color:#333333;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

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


