@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	margin-left:0px;
	background-image:url(images/bg.jpg)
}
#container {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 741px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	border-right: solid 1px #FFCC99;
	border-left: solid 1px #FFCC99;
	border-bottom: solid 1px #FFCC99;
	background-color:#000000;
}
#top {
	position:relative;
	width:741px;
	height:109px;
	left:0px;
	top:0px;
	background-color: #000000;
	background-image:url(images/TOP.jpg);
	background-repeat:no-repeat;/*background-position:center;*/
}
#menu-oriz {
	text-align:left;
	background-color:#000000;
	width:741px;
	height:32px;
}
#menu-oriz2 {
	text-align:left;
	background-color:#000000;
	width:741px;
	height:32px;
	padding-top:5px;
}
#main {
	position:relative;
	width:741px;
	left:0px;
	top:0px;
	border:#000000;
}
#menu_left {
	position:relative;
	float:left;
	width:180px;
	height:280px;
	padding-left:3px;
	padding-right:2px;
}
#right {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 60%;
}
#content {
  /*margin: 0 26% 0 26%;*/ /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:left;
}

#footer {
	position:relative;
	width:741px;
	height:23px;
	left:0px;
	top:0px;
	padding-top:5px;
	background-color:#FFFFFF;
}

.small1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
    
}

.smalllack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;    
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	line-height:20px;
    
}

.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:20px;
    
}

.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	line-height:20px;
    
}

.links {color: #FFCC00}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
.linksmall {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

