/*** CSS MONIKA DAVIDSZ ***/

body {	
	background: #333;
	color:#333;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	text-decoration:none;
	}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	}

h2 {
	padding: 20px 0 0;
	text-align: center;
	}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	}

.container_12 {
	background: #333 url('../img/12_col.gif') repeat-y;
	margin-bottom: 20px;
	}

#logo{
	text-align:right;
	padding-bottom:15px;
	}
	
#frame{
	text-align:center;
	width:615px;
	height:420px;
	padding-top:18px;
	background-color:#fff;
	border:1px solid #333;
	}

/* MAIN MENU */

#mainMenu{
	text-align:right;
	padding-right:4px;
	}

#mainNav{
	color:#fff;
	list-style:none;
	}

#mainNav li{
	display:inline;
	}

/* SUBMENU */

#submenu{
	text-align:right;
	}

#subnav{
	color:#fff;
	list-style:none;
	}
	
#subnav li{
	padding-bottom:8px;
	}

#footer{
	color:#fff;
	text-align:right;
	font-size:0.85em;
	padding-right:4px;
	}

#text{
	text-align:left;
	padding:10px;
	width:595px;
	height:418px;
	background-color:#fff;
	border:1px solid #333;
	}

#text h1{
	text-align:left;
	font-family:arial;
	margin:0;
	padding:0;
	padding-bottom:3px;
	}

/* CONTACT FORM */

fieldset {
	margin: 1.5em 0 0 0;   
	padding: 0;  
	border:1px solid #999;
	background:#fff;
	}
	  
legend {
	margin-left: 1em;   
	color: #333;   
	font-weight: bold;  
	}
	  
fieldset ol {
	padding: 0.5em 1em 0 0.5em;   
	list-style: none;  
	}
	  
fieldset li {   
	padding-bottom: 1em;  
	}
	  
fieldset.submit {   
	border-style: none;  
	}
	
fieldset li {    
	float: left;    
	clear: left;    
	width: 90%;    
	padding-bottom: 0.5em;
	}
	
label {    
	float: left;    
	width: 10em;    
	margin-right: 1em;    
	text-align: right;
	}
	
input, select, textarea{
	width:200px;
	border:1px solid #999;
	padding:3px;
	}

textarea{
	height:40px;
	}

input.radio{
	border:none;
	}

.btn, .date, .gender, .state, .radio{
	width:auto;
	}