/* CSS Document */

body {
	background-color:#464c56;
	}
	
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-decoration: underline;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	text-decoration: underline;
}

#flashcontent {
	width:980px;
	}

#container {
	width:980px;
	height:auto;
	margin-right: auto;
    margin-left: auto;
	}
	
#container1 {
	width:980px;
	height:auto;
	margin-right: auto;
    margin-left: auto;
	}

#content {
	background-color:#FFFFFF;
	padding:10px;
	border-bottom:thin solid #333333;
	border-right: thin solid #333333;
	border-top: thin solid #333333;
	border-left: thin solid #333333;
	}
	
#image {
	float:left;
	height:188px;
	width:250px;
	background-image:url(../images/karla.jpg);
	background-repeat:no-repeat;
	margin:0px 20px 20px 20px;
	border: 1px solid #666;
	}
	
#contact {
	background-color:#FFFFFF;
	padding:100px;
	border-bottom:thin solid #333333;
	border-right: thin solid #333333;
	border-top: thin solid #333333;
	border-left: thin solid #333333;
	}
	
#gallery {
	background-color:#FFFFFF;
	padding:20px;
	border-bottom:thin solid #333333;
	border-right: thin solid #333333;
	border-top: thin solid #333333;
	border-left: thin solid #333333;
	}
	
.bottom {
	width:980px;
	background-color:#a39d84;
	margin:0px;
	padding: 0px;
	text-align:right;
	border-bottom:thin solid;
	border-right: thin solid #333333;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: solid;
	clear: both;
	}

.bottom1 {
	width:980px;
	background-color:#a39d84;
	margin:0px;
	padding: 0px;
	text-align:right;
	clear: both;
	}

.figure {
	width: auto;
}

.white {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}