/*CSS for Camille Duckett Summer 2012 site*/


/*---Body/container---*/


#container {
	background-color: white;
	width: 800px;
	background-color: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

bodycontent {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: left;
}

.floatcenter {
	float: center;
}


.floatright {
	float: center;
	margin-left: 0px;
}

.floatleft {
	float: left;
	margin-right: 0px;
}

.floatcenter {
	padding: 0px;
	float: center;
}

.floatmiddle {
	float: middle;
}

/*---End of Body/container---*/



/*---Header---*/

h1 {
	font-family: 'Josefin Sans', 'Trebchet Ms', Helvetica, Arial, sans-serif;
	font-size: x-large;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	text-align: center;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: gray;
	clear:both;
}

#title {
	position: absolute;
	top: 75px;
	padding-left: 25px ;
}


/*---End of header---*/

/*---beginning of sytlized font---*/

li{
	font-size: small;
}

p {
	font-weight: small;
	color: gray;
	line-height: 150%;
}

em{
	font-style: normal;
	text-transform: uppercase;
}


/*---end of stylized font---*/

/*---Beginning of Links---*/

a{
	font-weight: bold;
}

a:link {
	color: black;
}

a:vistited {
	color:gray;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: gray;
}

a:active {
	color: aqua;
	background-color: gray;
}

#header {
	background-color: ;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*---End of Links---*/

/*---NAVIGATION------*/
#navigation{
	font-weight: bold;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#navigation li a:link{
	text-decoration: none;
}

#navigation ul li{
	display: inline;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
}

#navigation a {
	display: block;
	padding: 3px 3px 5px 30px;
	background-color: white;
	color: #628B61;
	border-bottom: 1px #628B61 dotted;
	text-decoration: none;
	float: left;
}
#navigation li a:hover {
	background-color: #F3D5BD;
	color: 999999;
	border-bottom: 3px, #999999 solid;
	padding-bottom: 3px;
}

/*---End of Navigation---*/

/*---Body/text---*/
img {
	text-align: center;
}


p{
	font-size: medium;
	color: black;
	line-height:150%;
	
}

body{
	background-image: url('images/newdust.jpg');
	background-repeat: repeat-x repeat-y;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding:0;
	text-align: left;
}


.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

.bodytext {
	position: relative;
	padding: 0 0 30px 20px;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	

}

/*---End of Body/text---*/

/*---begin Picture------*/

.galleryphoto {
	margin: 25px;
}

.galleryphoto img {
	border: 15px solid white;
	padding-bottom: 20px;
	border-bottom: 1px dotted #397249;
	margin: auto;
	text-align: center;
}
/*---end Picture------*/

/*---beginning of Footer---*/

#footer p {
	margin: 0;
	padding: 10px 0;
	background-color: #DDDDDD;
	text-align: center;
	font-size: .8em;
	background-image: url('images/footer.jpg');
}

/*---End of Footer---*/