@import url("../css/nav.css");
@import url("../css/form.css");
* {
	margin: 0em;
	padding: 0em;
}
body {
	background-color: #ffffff;
	margin-top: 0px;
	background: #ffffff url('../images/bg.jpg') top center repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999999;
	line-height:1.45em;
	padding-top:4px;
	text-align:justify;
}
a
{
  outline: none;
}
p.article:first-letter {
	color: #746058;
	text-transform:capitalize;
	font-family:"Times New Roman", Times, serif;
	font-size:1.50em;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #CCCCCC;
	border-bottom:solid 1px #5c534f;
	width: auto;
}
h6 {
	font-size: 12px;
	color: #666666;
	border-bottom:solid 1px #5c534f;
	width: 100%;
}
#header {
	height: 91px;
	width:760px;
	margin-left:-2px;
	background-image:url('../images/logo.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
* html #header {
	margin-right: 0;
}
/*content*/
#contentmain {
	width: 740px;
	background-color:#312825;
	clear:both;
	padding:10px;
	margin: 0px auto;
}
* html #contentmain {
	height:1%
}
* > html #contentmain {
	height:auto
}
#left_content {
	width:465px;
	height:auto;
	float:left;
	padding-right: 10px;
}
#right_content {
	width:253px;
	height:auto;
	float:left;
	padding-left: 10px;
	border-left:dotted 1px #5c534f;
}
#container {
	width: 760px;
	margin: 0px auto;
}
.splitleft {
	width: 598px;
	height: 412px;
	float: left;
	z-index:0;
	overflow: hidden;
	text-align: justify;
	margin-top: 6px;
	margin-bottom:13px;
}
.prothumb {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	border:0;
}
/* ~~~~~~~~~ image links ~~~~~~~~~ */
#linkcontainer {
	text-align:right;
}
ul#linklist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 0.63em;
	font-family:Arial, Helvetica, sans-serif;
}
#linklist li {
	display: inline;
	list-style-type: none;
}
#linklist a {
	padding: 3px 10px;
}
#linklist a:link, #linklist a:visited {
	color: #fff;
	background-color: #695d56;
	text-decoration: none;
}
#linklist a:hover {
	color: #fff;
	background-color: #9E090B;
	text-decoration: none;
}
.nonlinklist {
	padding: 3px 10px;
	color: #fff;
	background-color: #9E090B;
	text-decoration: none;
}
.rightimg {
	float:right;
	margin-right:20px;
	margin-top: 4px;
	margin-left: 4px;
}
/* ~~~~~~~~~ tool tips ~~~~~~~~~ */
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	text-align:left;
	top: -44px;
	right: 0px;
	width: auto;
	padding: 5px;
	z-index: 100;
	background: #9E090B;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	font-weight:bold;
}

a:hover.tip span {
	display: block;
}
/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #999999;
	line-height:1.50em;
	width:760px;
	clear: both;
	margin: 0px auto;
}
#footer a:link, a:visited {
	color:#5B8FBE;
}
#footer a:hover, a:active {
	color:#cccccc;
}
a:active, a:visited, a:link {
	color: #5B8FBE;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

