/******* fonts and colors *******/
body {
	background-color: #271F1A;
	font-family: "Century Gothic", Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #271F1A;
	line-height: 24px;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/dark-dots.gif);
	background-repeat: repeat;
}

td, th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #74665E;
}

a {
	font-size: 12px;
	color: #CCC7C0;
	font-style: normal;
	
}

.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
    background-color: #99CC00;
	color: #003333;}

.subtitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #003300;}

/**** wrapper ***/
#wrapper {
	width: 880px;
	background-color: #271F1A;
	padding:0;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/******* header *******/
#header {
	background-color: #271F1A;
	color: #271F1A;
	background-image: url(../images/dark-creative-weddings.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 860;
	background-position: center bottom;
	margin: 0px auto;
}

#header h1 a {
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	height: auto;
	width: 860px;
}

/******* menu *******/
#menu {
	height: 27px;
	width: 860px;
	background-color: #51473F;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}
	
#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	padding: 0;
	background-color: #665A50;
	float: left;
	margin-right: 1px;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #E5DAD7;
	background-color: transparent;
	width: 120px;
	height: 20px;
	display: block;
	float: left;
	padding: 2px 0;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
    border-bottom-color: #E5DAD7;
}

#menu a:hover {
    color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
    border-bottom-color: #51473F;
}

#menu #current {
	border-bottom-width: 3px;
	border-bottom-style: solid;
    border-bottom-color: #51473F;
}


/******* main container *******/
#main {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	height: 280px;
}

/******* form container *******/
#form {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #74665E;
	padding-bottom: 10px;
}

p {
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #FFFFFF;
}

h2 {
	text-align: left;
	color: #CCCCCC;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 20px;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {
	display: block;
    width: 300px;
    border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
	margin-bottom: 3px;
}

label {
	color: #A5BB73;
	font-style: italic;
}

form.contact_us {
	width: 300px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
}

input.fields_contact_us {
	display: block;
    width: 300px;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
	margin-bottom: 3px;
}

comments {
	width: 300px;
    border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}


/******* footer *******/
#footer {
	width: 100%;
	color: #CCC7C0;
	letter-spacing: 1pt;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
    color: #FFFFFF;
}

/******* address *******/
address {
	text-align: center;
	height: 24px;
	font-style: normal;
}

address a {
	text-decoration: none;
}

address a:hover {
	background-color: #4D3D35;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
