/**Atlantic Style
M)
**/


html, body {
width:100%; height:100%;
background: url(../images/body-bgr.jpg) top center fixed no-repeat #000000;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

h1, h2, h3, h4, h5, h6 {
padding:10px 0 10px 0;
margin:0;
}

a:link, a:visited {
color:#336699;
text-decoration:none;
}
a:hover, a:active {
color:#3399cc;
}

.alignleft {
float:left;
}
.alignright {
float:right;
position:relative;
}
.aligncenter {
margin:auto;	
}
.clear {
clear:both;
}

.pad10 {
padding:10px;	
}
p {
padding:5px 0px;
text-indent:20px;
}
ul.blue-dot {
	list-style-type:disc;
	padding-left:20px;
}
ul.blue-dot li {
	padding:5px;
}
.half {
width:50%;
float:left;
}
#wrapper {
width:980px;
height:auto;
margin:auto;
}

#header {
width:980px;
height:200px;
position:relative;
/** background:url(../images/header-bgr.jpg) top left no-repeat; **/
text-align:center;
}
#lang {
float:right;
padding-right:10px;
width:60px;
height:30px;
}
#topmenu {
width:980px;
height:30px;
background:url(../images/topmenu-bgr.png) top left no-repeat;
}
#slideshow {
width:980px;
height:363px;
overflow:hidden;
position:relative;
}
#content {
width:980px;
height:auto;
margin-top:10px;
}

.post {
padding:0px 20px;
position:relative;
}
.post-small {
padding:0px 10px;
position:relative;
}


/** Wide 980 pixels **/
.content-top {
width:980px;
height:15px;
background:url(../images/content-top.png) top left no-repeat;
}
.content-body {
width:980px;
height:auto;
background:url(../images/content-body.png) top left repeat-y;
}
.content-bottom {
width:980px;
height:15px;
background: url(../images/content-bottom.png) top left no-repeat;
}
/** End Wide 980 pixels **/
#leftcolumn {
width:740px;
float:left;
}
#rightcolumn {
width:240px;
float:left;
color:#ffffff;
}
#rightcolumn a:link, #rightcolumn a:visited {
color:#6FF;	
}
#rightcolumn a:hover, #rightcolumn a:active {
color:#6cF;	
}


/** Wide 720 pixels **/
.content-top-720 {
width:720px;
height:15px;
background:url(../images/content-top-720.png) top left no-repeat;
}
.content-body-720 {
width:720px;
height:auto;
background:url(../images/content-body-720.png) top left repeat-y;
}
.content-bottom-720 {
width:720px;
height:15px;
background:url(../images/content-bottom-720.png) bottom left no-repeat;
}
/** End Wide 720 pixels **/
/** Short 240 pixels **/
.content-top-240 {
width:240px;
height:15px;
background:url(../images/content-top-240.png) top left no-repeat;
}
.content-body-240 {
width:240px;
height:auto;
background:url(../images/content-body-240.png) top left repeat-y;
}
.content-bottom-240 {
width:240px;
height:15px;
background:url(../images/content-bottom-240.png) top left no-repeat;
}
/** End Wide 720 pixels **/


#footer {
width:980px;
height:30px;
display:block;
background: url(../images/footer-bgr.png) top center no-repeat;
position:relative;
}
.copyright {
text-align:center;
font-size:10px;
line-height:30px;
padding-right:20px;
color:#ffffff;
}
#created-by {
position:absolute; top:6px; right:8px;
}
#created-by a:link, #created-by a:visited {
color:#444444;	
}
#created-by a:hover, #created-by a:active {
color:#cccccc;	
}

/** Common **/
ul.banners {
display:block;
background:#ff0000;
}
ul.banners li {
display:block;
width:234px;
padding:5px;
float:left;
}

#rightcolumn ul li {
font-weight:bold;
padding:0px 0px 10px 5px;
}
#news img {
width:120px;
float:left;
padding:0px 20px;
}
#news hr {
width:50%;
clear:both;
}
#single-new img {
width:250px;
float:left;
padding:0px 20px 20px 0px;
}