/**************************************************/
/* MAX-AB STANDARD                                        */
/**************************************************/

* {
	padding:0; margin:0; border:0; 
	}
	
body {
	font-family: Arial;
	font-size: 12px;
	background-color:black;
	color: green;
}

.clear { 
	clear:both;
	height: 0; 
	}	
	
	
	h1 {
	color:white;
	font-size: 1.4em;
	font-weight: normal;
	margin: 20px;
	border-bottom: 4px solid #cccccc;
}


#cv {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	border: 3px solid #cccccc;
	color: fuchsia;
}	
	

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;	
}

p {
	margin:35px 20px 40px;
	line-height:1.5em;

	}
	

ul {
	list-style-type: none;
	margin: 20px 20px 40px 20px;
}



a:link{
	color: aqua;
	text-decoration: none;
}

a:visited{
	color: yellow;
	text-decoration: none;
}	

a:hover{
	color: blue;
	text-decoration:underline;
}

a:active{
	color: blue;
	text-decoration:underline;
}


.error_message{
	font-weight: bold;
	color: red;
	font-style: italic;
}

.span{
font-weight: bold;
color: blue;
font-style: italic;
}

.empty_form{
	border:1px solid red;
}

.feedback{
	font-weight: bold;
	color: white;
	font-style: italic;
	border: 2px solid white;

}


input, textarea, option
{
background-color:green;
border:1px solid yellow;
}

/**************************************************/
/* TABLES                                       */
/*//**************************************************/


table{
	//border:1px solid #000;
	width:100%;
}

th{
	//color: #666;
}

td{
	//border:1px solid #999;
	padding: 5px;
}


/**************************************************/
/* MAIN WRAPPER                                       */
/*/**************************************************/


#wrapper {
	background:url(../img/maxbg.jpg) no-repeat; 
	width:960px;
	margin:0 auto;
	border: 1px solid white;
	}
	
	
/**************************************************/
/* NAV MOV MAX-AB                                        */
/**************************************************/
#navmov{
position: relative;
left: 355px;
bottom: 12px;

}

	

/**************************************************/
/* NAV MENU MAX-AB                                        */
/**************************************************/


//#navbar ul li {
	display: inline; /* Fix IE Step Down */
}

	#navbar ul li a:link, #navbar ul li a:visited {
		display: block;
		height: 37px;
		float: left;
		background: url(../img/navtab-right.png) top right no-repeat; 
		margin: 0 1px 0 1px;
			
			font-family: "verdana", sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
	}

		#navbar ul li a span {
			display: block;
			height: 28px;
			float: left; /* IE 6 Fix */
			padding: 8px 10px 0px 10px;
			background: url(../img/navtab-left.png) top left no-repeat;
		}
		
		#navbar ul li a:hover, #navbar ul li a:active {
			background-position: bottom right;
		}
		
		#navbar ul li a:hover span {
			background-position: bottom left;
			color: #dae1ea;
			cursor: pointer; /* Remind IE which cursor to use! */
		}
		

/**************************************************/
/* CONTENT MAX-AB                                        */
/**************************************************/

.content{
//background-color:black;
background:url(../img/contentbg.jpg) no-repeat; 
width:500px;
height:450px;
border: 2px solid black;
margin:125px 5px 5px 145px;
padding: 10px 20px 0px 0px;
overflow: auto;
}

/**************************************************/
/* GALLERY MAX-AB                                        */
/**************************************************/







