body {
margin : 0;
padding : 0;
text-align : left;
font : 75% "Trebuchet MS", verdana, arial, helvetica, sans-serif;
line-height : 1.5em;
background : #BCE0A8 url(img/pret_1280_white.jpg) top center repeat-y;
color : #000;
}
			/*CONTAINER*/
#wrapper {
position : relative;
width : 780px;
margin-right : auto;
margin-left : auto;
padding : 0;
border : 0px;
background : #fff;
}
			/*TOP TITLE BAR*/
#title {
width : 770px;
margin-left : 5px;
padding : 0px;
text-align : right;
background : #fff;
color : #000;
}
#title h1 {
margin : 0;
padding : 10px;
font-size : 175%;
text-transform : uppercase;
letter-spacing : 5px;
background : inherit;
color : #4c7c2c;
}
			/*BANNER*/
#header {
background : url(images/head.jpg) no-repeat;
width : 770px;
height : 200px;
margin : 0 0 0 5px;
padding : 0 0 0 0;
color : #4c7c2c;
}
			/*TOP NAVIGATION*/
.container {
width : 770px;
height : 35px;
margin : 20px 0 10px 5px;
}
#navCircle {
margin : 0;
padding : 0 0 32px 20px;
border-bottom : 1px solid #4c7c2c;
}
#navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navCircle a:link, #navCircle a:visited {
float : left;
font-size : 1.3em;
padding : 0 25px 15px 25px;
text-decoration : none;
background : inherit;
color : #4c7c2c;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
background-color : inherit;
color : #000;
background : url(img/arrow.png) no-repeat bottom center;
}
			/*MAIN CONTENT*/
#content {
width : 560px;
float : left;
margin-top : 0;
margin-left : 11px;
padding : 5px;
border-right : 1px solid #4c7c2c;
}
/* Table Design  */

table.Design4 {
    border-spacing: 10px;
    border-collapse: collapse;
}
table.Design4 th {
    text-align: center;
    font-weight: bold;
				font-size: 12px;
    padding: .2em 5em;
    border-bottom: 5px solid #FFFFFF;

    background: #9DAF72;
}
table.Design4 td {
    text-align: center;
    border-bottom: 5px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #D6E0C1;
				font-size: 12px;
}

table.Design4 thead th {
    background: #4c7c2c;
    color: #fff;
    text-align: center;
	 border-top: 5px solid #FFFFFF;
				
				
}

table.Design4 th.Corner {
    text-align: left;
		
				
}

/* prices table end */

#content p {
padding : 0 20px;
}
			/*SIDEBAR*/
#right-col {
width : 175px;
margin : 5px 0 0 590px;
border-left : 1px none #4c7c2c;
padding : 3px;
color : #4c7c2c;
}
			/*FOOTER*/
#footer {
margin : 50px 0 0 0;
padding : 5px;
font : 90% "Trebuchet MS", verdana, arial, helvetica, sans-serif;
background : #D6E0C1;
color : #4c7c2c;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #000;
}
#footer a:hover {
background : inherit;
color : #fff;
text-decoration : none;
}
			/*SCROLLBAR*/
div.scroll {

overflow : auto;
height : 25em;
width : 150px;
font-size : 120%;
padding : 1ex;
margin : 0 0 30px 5px;
border : 1px solid #4c7c2c;
background : #4c7c2c;
color : #fff;
}
			/*TYPOGRAPHY*/
h2 {
padding : 5px;
margin : 10px;
font-size : 140%;
text-transform : uppercase;
letter-spacing : 5px;
background : inherit;
color : #4c7c2c;
}
h3 {
color: #fff;
font-size: 12px;
font weight: bold;
padding: 5px 0 15px 0;
}
h4 {
margin : 5px;
font-size : 120%;
letter-spacing : 5px;
background : inherit;
color : #fff;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a img {
border : none;
}
a:link, a:visited {

font weight: bold;

color : #000;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #000;
}
ul.side {
list-style-type : square;
padding : 0;
margin : 0;
background : inherit;
color : #4c7c2c;
}
.side li {
padding-left : 0.2em;
margin-left : 2em;
}
			/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}
.imgleft {
float : left;
border : 1px solid #4c7c2c;
padding : 5px;
margin-right : 15px;
}
.imgright {
float : right;
border : 1px solid #4c7c2c;
padding : 5px;
margin-left : 15px;
}