/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #122440;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #ffffff url(images/bg.jpg) repeat-x;   
        margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	text-align:justify;
}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}


.red {
	color:red;
	font-weight:bold;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#122440;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
        color:#122440;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#122440;
        text-align:left;
}


/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}   
#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(images/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(images/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
}

#menu_header {
	width:170px;
	height:125px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(images/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    width: 790px !important;
	width: 820px;
	height: 125px;
	float:left;
	text-align: right;
}

#content {
	width: 840px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(images/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 20px 0px repeat-y;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 280px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- GALLERY ----- */

.templaetmo_3_col {
	float: left;
	width: 280px;
	padding: 10px 5px;
}

.templaetmo_3_col img {
	border: 5px solid #7b4d23;
	margin: 0 0 15px 0;
	
}
.templatemo_3_col_middle {
	margin: 0 25px;
	width: 271px;
	padding: 10px;
}

.templaetmo_3_col .templatemo_gallery img{
	border: 2px solid #545576;
}

.templatemo_3_col_middle img {
	float: left;
	border: none;
}

.templatemo_3_col_middle img.img_middle {
	margin: 0 8px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

