/* CSS CONTENT */

body {
	color:#CD4D4F;
	font:12px Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #999999;
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	background-position: center top;
}

a {
	color:#505050;
	font-weight:normal;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

p {
	line-height:1
.em;
	margin:0 0 10px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat;
}

/*** Main container ***/

#container {
	color:#999999;
	width:800px;
	text-align:left;
	background-color: #000000;
	background-repeat: repeat;
	background-position: center center;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	display: table;
	background-image: url(images/headerbg.jpg);
	bottom: 0px;
	top: 0px;
	margin: auto;
	height: auto;
	background-attachment: scroll;
	padding: 0;
}

/*** Header section ***/

#sitename {
	color:#333333;
	height:92px;
	margin:0 20px 10px;
	text-align:left;
}

#sitename img {
	margin:0px 15px 0px 0;
	padding:0px;
}

#sitename h1,#sitename h2 {
	font-weight:bold;
	letter-spacing:normal;
	margin:0;
	padding:0;
	vertical-align: baseline;
	text-align: center;
}

#sitename h1 {
font-size:32px;
padding-top:20px;
}

#sitename h2 {
letter-spacing:3px;
font-size:9px;
}

/*** Horizontal menu ***/

/*- Menu Tabs F--------------------------- */

    #tabsF {
	float:none;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #333333;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/layoutbackground.jpg);
    
      }
    #tabsF ul {
	margin:0;
	padding:0px 05px 0 05px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
	float:none;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabsF a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#990000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0 10px 0 0;
	background-color: #FFF;
	background-image: url(images/livingroom.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

/*** Sidebars ***/

#rightside {
float:right;
background: url(images/back_fon_2.gif);
border: 1px solid #000000;
margin-left:5px;
width: 220px;
padding: 0 0 0 5px;
}

#rightside h1 {
color:#CD4D4F;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;

}

#rightside h2 {
font-size:1.1em;
margin:0 0 20px;

}

#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
color: #ffffff;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

.linklist a {
color:#FFFFFF;
}

/*** Content ***/

#content,#contentalt {
	width: auto;
	color:#CCCCCC;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(images/layoutbackground.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #666666;
	border: thin solid #000000;
}

#content {margin:0px 200px 0px 0px;}

#contentalt {
	margin:0px 0px 0 05px;
	padding:10px;
}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
	background-color:#333333;
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
	border: thin solid #000000;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content img,#contentalt img {
	float:left;
	padding:0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*** Scroll Box ***/

#scroll {
width: 450px;
height: 400px;
background:transparent;
color:#2a2a2a;
padding:0px 5px 0px 10px;
overflow: auto;
}





/*** Footer ***/

#footer {
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	background-color: #000000;
	background-repeat: repeat;
	background-position: center center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/headerbg.jpg);
	background-attachment: scroll;
}

#footer a {
	color:#d0d0d0;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/

