/* General HTML Styles */

body {
	margin: 0;
	padding: 4px 0 0;
    background-color: #fff;
	background: url(images/PageBG.jpg) repeat-x 0 0;
    font-family: Tahoma, Verdana, sans-serif;
}
body#home {
	background: url(images/MainBG.jpg) repeat-x 0 0;
}

div, span, tr, th, td, p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #616161;
}

blockquote { margin: 0; margin-bottom: 15px; padding: 0; background: #eee url(images/blockquote.gif) no-repeat bottom right; }
div#main-col blockquote p, div#side-col blockquote p { margin: 0; padding: 15px 25px; background: url(images/blockquote.gif) no-repeat top left; }

p {
	margin: 0;
	padding: 8px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #900;
    margin : 0;
	font-weight: normal;
}
h2  { 
    font-size: 30px;
	padding-bottom: 10px;
}
h3  { 
    font-size: 13px;
	padding-top: 10px;
}
h4  { 
    font-size: 11px;
	padding-top: 10px;
	font-weight: bold;
}
form {
	margin: 0;
 	padding: 0;
}
img  { 
   	border: 0 none;
}
input {
	border: #8e8f8f 1px solid; 
	font-size: 13px; 
	color: #616161; 
	background-color: #fff;
    width: 170px;
}
input:hover {
	border: #C16363 1px solid; 
	background-color: #FCF6F6;
}
textarea {
	border: #8e8f8f 1px solid; 
	font-size: 14px; 
	color: #616161; 
	background-color: #F0EAEC;
}
textarea:hover {
	border: #C16363 1px solid; 
}
select {
	border: #8e8f8f 1px solid; 
	padding: 0px;
	font-size: 13px; 
	color: #616161; 
    background-color: #F8F7F7;
    vertical-align: middle;
}
select:hover {
	border: #C16363 1px solid; 
}
option {
	border-bottom: #8e8f8f 1px solid; 
	font-size: 13px; 
	color: #616161; 
    background-color: #FCF6F6;
    vertical-align: middle;
}

a { 
    text-decoration: none;
    color : #990000;
	text-decoration: underline;
}
a:hover { 
    color : #c00;
}


/*  ID-s  */
#page {
	margin: 4px auto;
	width: 703px;
	position: relative;

}
#header {
	width: inherit;
	text-align: center;
}
#header h1 span { display: none;}
#footer {
	width: 660px;
	height: 40px;
	text-align: center;
	margin: 20px 0 0;
	padding: 20px;
	border-top: 1px solid #dbdbdb;
	clear: left;
}
* html #footer { /*fix ie */
	top: auto;
	margin-top: -50px; 
}
#footer p {
	color: #ababab;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/*header Menu*/
ul#main-nav {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	width: auto; 
	height: 96px;
}
ul#main-nav li {
	position: relative;
	float: left;
	list-style: none;
	width: 100px;
	height: 60px;
	text-align: right;
	margin: 18px 0 0 0;
}
ul#main-nav li a#first {
border-left: 1px solid #666;
}
* html ul#main-nav li { /*fix ie*/
	float: left; 
	height: 1%; 
}
ul#main-nav li.logo {
	margin: 0;
	margin-top: -2px; 
	padding: 0;
	float: left;
	width: 202px;
	height: 96px;
	display: block;
}
ul#main-nav li.logo a {
	border-bottom: 1px solid white;
	margin: 0; 
	padding: 0;
	background-image: none;
}
ul#main-nav li a {
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	border-right: 1px solid #666;
	display: block;
	height: 60px;
	padding: 8px 8px;
	background: url(images/LinkMark.jpg) bottom right no-repeat;
	text-decoration: none;
}
ul#main-nav li a:hover {
	color: white;
	background: #3c3c3c;
}
ul#main-nav li a.active {
	background: #3c3c3c url(images/LinkMarkActive.jpg) bottom right no-repeat;
}
/*End header Menu*/

/*Footer Menu*/
ul#footer-nav {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
	display: inline;
}
ul#footer-nav li {
	position: relative;
	float: inherit;
	list-style: none;
	margin: 0;
	color: #515151;
	font-size: 11px;
}
* html ul#footer-nav li { /*fix ie*/
	float: left; 
	height: 1%; 
}
ul#footer-nav li a {
	color: #515151;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #c00;
}
/*End Footer Menu*/

/*contents*/
#home-contents {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width:703px;
        background: url(images/watermark.jpg) no-repeat 40px 100%;
        float: left;
}

#contents {
	margin: 0 auto;
	padding: 50px 25px 0;
	width:703px;
        background: url(images/watermark.jpg) no-repeat 40px 100%;
        float: left;
}
body#home #contents {
	margin: 0 auto;
	padding: 25px;
	width:703px;
}
* html #contents { /*fix ie */
	margin: 20px 0 0;
}
div#main-col {
	border-right: 5px solid #f1f1f1;
	padding: 0 20px 20px;
	width: 400px;
	float: left; /*fix ie */
}
div#main-col img {
	float: left;
	padding: 6px;
	margin-right: 15px;
	border: 2px solid #aaa;
}

div#side-col {
	padding: 0 25px;
	width: 200px;
	float: left;  /*fix ie */
}
div#side-col p {
margin: 15px 0 25px;
}
.all-posts {
	background-color: #900;
	text-align: center;
	margin-top: 30px;
	width: 55px;
	padding: 2px 10px;
}
.all-posts a {
color: white; 
text-decoration: none;
}
div#side-col ul li {
	padding-bottom: 10px;
}