/* STYLE ANTHEARTICA BETA 1 */

* {
padding:0;
margin:0;
}

body {
margin:0;
padding:0;
background:#fff;
font:small Verdana,Sans-serif;
line-height:1.6em;
text-align:center;
color:#FFF;
background-color:#101a20 /*#03295c*/;

}

#container {
width:750px;
margin:10px auto;
text-align:left;
position:relative;
}

#header {
width:748px;
height:150px;
background-image:url("./gfx/test/header-2.png");
background-repeat:no-repeat;
border:1px solid black;
}

#menu {
width:748px;
/*background-color:#9A9039; */
background-image:url("./gfx/menu.png");
/*background-color:#C8AB60;*/
height:30px;
float:left;
margin:0px auto;
text-align:center;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
line-height:1.6em;
font-size:10pt;
font-weight:bold;

}

#menu li {
list-style-type:none;
display:inline;
padding:3px;
margin-top:-20px;
}

#main {
width:748px;
margin:0;
background: #0c1115 /*#17262f*/ url("./gfx/border-1.png") repeat-y right top;
float:left;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
text-align:left;
}

#main li {
margin:20px;
margin-top:20px;

background-color:#0c1115;
 font:130% Georgia,Serif;
  line-height:1.4em;
}

* html #main li {
margin:20px;
margin-top:40px;

background-color:#0c1115;
 font:130% Georgia,Serif;
  line-height:1.4em;
}

.content {
width:488px;
padding:20px;
float:left;

}

.sidebar {
float:right;
min-height:480px;
width:180px;
padding:20px;
border:1px soild #0000FF;


}

.content h2 {
background: url(./gfx/afghan-bullet.gif) top left no-repeat;
padding-left:50px;
color:#557788;
margin-bottom:20px;
  font:175% Georgia,Serif;
  line-height:1.4em;
  height:50px;

}

.sidebar h2 {

  font:175% Georgia,Serif;
  line-height:1.4em;
  color:#bb9955;
  
}

.content ul{
margin-left:20px;
margin-top:10px;
}

.content li {
list-style-image: url(./gfx/gfx-bullet-2.gif);
background-color:#0c1115;
}




#main img {
margin:10px;
text-align:center;
}


.newsbox {
margin-top:20px;
background:url(./gfx/afghan-bullet.gif) top left no-repeat;
}

.newsheader {
margin-left:50px;
color:#888;
border-bottom:1px solid #578;
line-height:1.4em;

}

.newsheader h2 {
font-size:100%;
color:#557788;
  font:175% Georgia,Serif;
  line-height:1.4em;
margin:0;
height:30px;
padding:0;
background:#0c1115;
}

.newstext {
margin-top:10px;
}

textarea {
padding:3px;
width:200px;
height:150px;
font:13px Verdana,sans-serif,serif;
}



.guestbook {
margin:10px;
}

.gbheader {
color:#557788;
font:125% Georgia,Serif;

  line-height:1.4em;
margin:0;
padding:0;
}

.gbpost {
padding:10px;
margin-bottom:30px;
border-bottom:1px solid #578;
}

#footer {
background-color:#101a20;
color:#333333;
float:right;
margin-top:0px;
margin-bottom:5px;
}

#footer a{
color:#333333;
}
/*
MENU LINKS
--------------------------------------------- */
#menu a {
color:#BCD;
text-decoration:none;

}
 
#menu a:visited {
color:#BCD;
text-decoration:none;
}

#menu a:hover {
color:#3b5f88;

text-decoration:none;
}
/* ---------------------------------------------*/

a {
color:#79a;

text-decoration:none;
}

a:visited {
color:#79a;
text-decoration:none;
}

a:hover {
text-decoration:none;
color:#39c;
}



