/* Layout Stylesheet */ 

body {
	margin:0px;
	background:#AEAF8E;
	color: #333333;
	text-align:center;
	padding:0;
	background-image:  url(images/background.gif);
	background-repeat: repeat-x;
 }

#outer {
 text-align:left;
 width:750px;
 margin:auto;
 }

#hdr {
 height:120px;
 }

#bar {
	height:20px;
	background: #434343;
 }

#bodyblock {
 position:relative;
 background: #E3E2CA;
 background-image: url("images/background.jpg");
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#E3E2CA;
 width:250px;
 height:100%;
 min-height:100%;/*for mozilla*/
 margin-bottom: 0px;
 margin-top: 0px;
 }
 
 #Pl-col {
 float:left;
 background:#E3E2CA;
 width:250px;
 height:400px;
 margin-bottom: 0px;
 margin-top: 0px;
 }
 

#cont {
	width:500px;
	height:100%;
	min-height:100%;/*for mozilla*/
	margin-bottom: 0px;
	margin-top: 0px;
	background: #E3E2CA;
	color: #333333;
	text-align:left;
    float:right;
 }
 
 #Bcont {
	width:500px;
	height:400px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #E3E2CA;
	color: #333333;
	text-align:left;
    float:right;
 }

#ftr {
 height:60px;
 text-align:center;
 color: #333333;
 margin:0;
 }
 
#ftr2 {
 height:164px;
  float: right;
 text-align:center;
 color: #333333;
 margin:0;
 }
 
#box_left{
	width:250px;
	height:165px;
	float: right;
	background-image: url("destaq1.jpg");
	background-repeat: no-repeat;
}
#box_center{
	width:250px;
	height:165px;
	float: right;
	background-image: url("destaq2.jpg");
	background-repeat: no-repeat;
}
#box_right{
	width:250px;
	height:165px;
	float: right;
	background-image: url("destaq3.jpg");
	background-repeat: no-repeat;
}
#nav_bottom {
	float: right;
	margin-bottom: 0px;
	margin-let2:0px;
	margin-top: 500px;
	height:164px;
	text-align:center;
	color: #333333;
	position: relative;
 }

#box_bottom_nav {
	width:248px;
	height:27px;
	background-image: url("images/base_destaq.jpg");
	background-repeat: no-repeat;
	
}

#news{
	width:250px;
	height:134px;
	padding-top: 3px;
}

.tbl1 {
	margin-top: 20px;
	margin-left: 5px;
}
.tbl2 {
	margin-top: 10px;
	margin-left: 5px;
}
.pad20 {
 	margin-top: 20px;
 }
 .pad10 {
 	margin-top: 10px;
 }
 .pad7 {
 	margin-top: 7px;
 }
.margin_left10{
	margin-left: 10px;
}
.margin_left1{
	margin-left: 1px;
}
.margin_right5{
	margin-right: 5px;
}
.margin_right20{
	margin-right: 20px;
}
.margin_top3{
	margin-top:3px;
}
.margin_top6{
	margin-top:6px;
}
.pad_top5{
	margin-top:8px;
}
.pad_bottom5{
	margin-bottom:8px;
}

.athens {
	border-color: #333333;	
}

.athens a:hover {
	border-top-style: solid;
	border:inherit;
}

