/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	margin: 20px 0 0 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	color: #ffffff;
	background: #65190b url(../images/bg.jpg) top center repeat-x;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #871600;
	text-decoration: underline;
}

h2 {
	font: normal 28px Helvetica, Arial, Sans-serif;
	color: #000000;
	padding: 0;
	font-weight: bold;
}

p {
	padding: 0 0 20px 0;
}

/* DIVS */

#header {
	height: 250px;
	padding: 0;
	background: transparent;
}

#nav {
	background: url(../images/nav-bg.jpg) top left repeat-x;
	padding: 0 0 0 508px;
	height: 20px;
}

#nav .navButton {
	float: left;
	padding: 0;
	margin: 0;
}

#content p em {
	color: #660000;
	font-style:normal;
}

#content .photo-large {
	float: left;
	width: 440px;
	padding: 10px 0 17px 20px;
}

#content .box {
	background: url(../images/box-bg.png) top left no-repeat;
	float: left;
	display: inline;
	width: 440px;
	height: 100px;
	padding: 0;
	margin: 17px 0 10px 20px;
}

#content .col {
	width: 205px;
    float: left;
    padding: 10px 0 0 10px;
}

#content .col p {
    padding: 0 0 10px 0;
}

#content .photo {
	float: right;
	width: 440px;
	padding: 0 0 10px 10px;	
}

#content .text {
	width: 900px;
	padding: 10px 0 0 40px;
}

#footer {
	font: normal 11px/14px Helvetica, Arial, Sans-serif;
	color: #ab432f;
	width: 980px;
	margin: 0 auto;
}

#footer .container {
	padding: 0;
	border: 0;
	background: url(../images/footer-bg.png) top left repeat-x;
	width: 980px;
	height: 40px;
}

#footer p {
	float: left;
	color: #ffffff;
	padding: 30px 0 20px 30px;
}

#footer p em {
	color: #ab432f;
	font-style:normal;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	float: right;
	padding: 30px 30px 20px 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* CLASSES */

.container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/content-bg.png) bottom left no-repeat;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 0 auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}