html, body	{ 
	margin:0px auto; 
	background-color:#3C1E00; 
	font-family:Arial; 
	font-size:12px;
	color:white;
	width: 100%;
	background-image:url("images/background.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

a:link		{ color: #2D86B0; text-decoration: none; }
a:active	{ color: #2D86B0; text-decoration: none; }
a:visited	{ color: #2D86B0; text-decoration: none; }
a:hover		{ color: #FF9900; text-decoration: none; }

#container_all {
	width:100%;
	}
	
#header_menu {
	width:100%;
	text-align:center;
	padding-top:2px;
	border-top:10px dotted black;
	}

#menu {
	float:left;
	width:9.9%;
	height:30px;
	background-color:#3C1E00;
	font-weight:bolder;
	font-size:160%;
	padding-top:5px;
	border-right:1px dotted white;
	}

#content {
	clear:left;
	width:70%;
	background-image:url("images/bg-content.png");
	margin-left:15%;
	margin-top:50px;
	border-top:1px solid #3C1E00;
	border-left:1px solid #3C1E00;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid black;
	border-right:1px solid black;
	}

#content_box1 {
	width:270px;
	padding:10px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-image:url("images/bg-box.png");
	font-family:Arial;
	font-size:12px;
	margin-right:40px;
	}

h1 {
	font-size:200%;
	margin-top:0px;
	}

h2 {
	font-size:130%;
	}

input {
	font-family: "Arial", Geneva, Verdana, sans-serif;
	font-size:12px;
	color:white;
	background-image:url("images/bg-box.png");
	border:1px solid black;
	height:16px;
	padding:0px;
	width:160px;
	}

textarea {
	font-family: "Arial", Geneva, Verdana, sans-serif;
	font-size:12px;
	color:white;
	background-image:url("images/bg-box.png");
	border:1px solid black;
	}

p {
	margin-bottom:15px;
	}

img {
	border-right:1px solid black;
	border-bottom:1px solid black;
	}

#disco {
	background-image:url("images/bg-box.png");
	width:90%;
	margin-bottom:20px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:10px;
	}

#con_text {
	float:left;
	width:150px;
	font-weight:bolder;
	height:25px;
	}

#con_field {
	height:25px;
	}

#con_fieldt {
	height:110px;
	}
