/* =================================================================
 * default stuff
 * =================================================================*/

body {
	color: #6E2E0C;
	background-color: #EFEFE9;
	font-size:12px;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(img/stripe.png);
	background-repeat: repeat-x;
}

/* this contains all 3 columns*/ 
div#wrapper {
	/*background-image: url(img/bg.png);*/
	background-repeat: repeat-y;
	width: 1100px;
	margin-left:0px;	
	background-color:transparent;
}

/* =================================================================
 * headers & footers
 * =================================================================*/
div#header {
	background-repeat: no-repeat;
	height:150px;
	width: 590px;
	margin-left: 240px;
	margin-top:-10px;
	color: black;
	background-color:white;
}

div#headerstatic {
	background-image: url(img/logo_uai2012.png);
	background-repeat: no-repeat;
	height:150px;
	width: 590px;
	margin-left: 240px;
	margin-top:-10px;
	color: black;
	background-color:white;
}

div#footer {
	width: 490px;
	background-color: transparent;
	color: black;
	font-size: 11px;
	margin-top: 20px;
	margin-left: 240px;
	margin-bottom:30px;
	text-align: center;
}

/* =================================================================
 * two columns
 * =================================================================*/
div#main {
	float: left;
	width: 590px;
	background-color: white;
	color: black;
	min-height:808px;
	height:auto !Important; 
	height:808px;
}

div#left_column{
	background-color: transparent;
	float: left;
	width: 200px;
	word-spacing: 1px;
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top:0px;
	height:100%;
}

div#right_column_with_picture img {
width: 100%;
padding: 0px;
margin : 0px;
border : 0px;
}

div#right_column_with_picture 
{
	float: left;
	width: 590px;
	padding: 0px;
	margin: 0px;
}

div#right_column
{
/*	background-image: url(img/Catalina_Avalon1.jpg);
        background-repeat: no-repeat;
	background-color: transparent;
*/
	float: left;
	width: 550px;
	word-spacing: 1px;
	padding: 20px;
	padding-top: 20px;
	line-height: 20px;
	color: black;
	margin-top: 0px;
}

div#right_column_imgs{
	float: center;
	width: 550px;
	word-spacing: 1px;
	padding: 140px;
	padding-top: 20px;
	line-height: 20px;
	color: black;
	margin-top: 0px;
}

div#right_column_imgs img {
	width: 40%;

}

div#right_column_imgs a:link{
	background-color: white;
	text-decoration: none;
	border-bottom: none;
}
div#right_column_imgs a:visited{
	background-color: white;	
	text-decoration: none;
	border-bottom: none;
}
div#right_column_imgs a:hover{	
	background-color: white;
}
	
div#ad_column{
	background-color: transparent;
	float: left;
	width: 200px;
	word-spacing: 1px;
	padding: 30px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top:0px;
}

div#ad_column img {
    width: 90%;
}

div#ad_column a, div#ad_column a:link, div#ad_column a:hover, div#ad_column a:visited {
    border: 0pt; 
    text-decoration:none;
    background-color: transparent;
    color: white;	
}

/* =================================================================
 * content 
 * =================================================================*/
#right_column h1 {
	font-size: 20pt;
	font-weight: normal;
	font-weight: bold;
	color: black;
	line-height:1.2
}

#right_column h3 {
	font-size: 12pt;
	font-weight: normal;
	font-weight: bold;
	color: black;
	line-height:1.0
}

#right_column h4 {
	margin: 0px;
	line-height:2.5
	
}

/*#right_column ul { list-style-type: none; } */

/* =================================================================
 * navigation links (left column)
 * =================================================================*/
#left_column h3 {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #6b5e4a;
	margin-bottom:5px;
}
#ad_column h3 {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #6b5e4a;
	margin-bottom:5px;
}



