@charset "UTF-8";
/*
	Bandera Photography
	code written by: Anik Khan (http://www.khanik.com/)
	start date: 15 December, 2007
*/

body {
	background-color: #A4998C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 125%;
	color: #320B25;
	margin: 0px;
	padding: 0px;
}

#body {
	padding: 25px 0 25px 0;
}

#container {
	text-align: left;
	width: 950px;
}

a:link, a:visited {
	color: #320B25;
	text-decoration: none;
}

a:hover, a:active {
	color: #624A1D;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	line-height: 125%;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #320B25;
	line-height: 150%;
}

h2 a:link {
	color: #320B25;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border:  #000000 1px solid;
	padding: 3px 4px 3px 4px;
	width: 150px;
}

textarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border:  #000000 1px solid;
	padding: 3px 4px 3px 4px;
	width: 150px;
}


select {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	width: 158px;
}

.clear {
	clear: both;
	font-size: 0;
	visibility: hidden;
}

/* Header*/

#header {
	font-size: 12px;
}

#nav a:link, #nav a:visited {
	color: #320B25;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #624A1D;
	text-decoration: none;
}

#nav ul, #nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
	padding-top: 2px;
}

#nav ul li {
	float: left;
}

#nav a {
	margin-right: 25px;
}
	

/* Content */

#content {
	padding: 20px 0 20px 0;
	min-height: 400px;
	text-align: center;
}

#content p {
	margin: 12px 0 12px 0;
}

/* Footer */

#footer {
	font-size: 12px;
	color: #624A1D;
}

#footer a {
	margin-left: 25px;
}

#footer a:link, #footer a:visited {
	color: #493104;
	font-size:  14px;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #320B25;
	font-size: 14px;
	text-decoration: none;
}

#footer div {
	float: right;
	color: #624A1D;
	margin-top: 16px;
}

#footer div a:link, #footer div a:visited, #footer div a:hover, #footer div a:active {
	font-size: 12px;
	color: #624A1D;
}