/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}
 
body {   
     font-size: 62%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;
     
    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/gora.jpg);
     width: 750px;
     height: 283px; 
}
#google{
	 position: absolute;
	 left: -120px;
	 float: left;
     height: 100%;
	 width: 120;
}
#submen {
     width: 217px;
	 float: left;
     position: relative;
     height: 100%;
     top: 10px;
     z-index: 1; 
}

#navbar {
	display: inline;
     position: relative;
     float: left;
    top: 155px;
     left: -375px;
     z-index: 1; 
   
}

#navbar a {
     color: #ffff00;
     font-family: Tahoma;
     font-size: .85em;
}

#navbar a:hover {
     color: #F50B14;
}


#slogan {
     color: #FF0000;
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 1em;
     position: relative;
     left: -40px;
     top: 220px; 
	 font: bold;
}


#home {
     position: relative;
     width: 75px;
     left: 400px;
     top: -15px;
      
}



#news {
     position: relative;
	 width: 75px;
     left: 490px;
     top: 0px; 
}



#links {
     position: relative;
     width: 75px;
     left: 580px;
     top: 0px; 
}



#about {
     position: relative;
     width: 75px;
     left: 670px;
     top: 0px; 
}



#contact {
     position: relative;
     width: 75px;
     left: 800px;
     top: 0px; 
}



#title {
     color: #000000;
     font-family: times;
     font-style: italic;
     text-align: center;     
     position: relative;
     right: -30px;
     padding-right: 60px;
     font-size: .60em;
     top: -25px;
     }

#genol {
     color: #000000;
     font-family: Tahoma;
     font-size: .50em;
     text-align: center;
}									


#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Tahoma;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #164cef;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Tahoma;
     color: #000000;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 20px; 
}

.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: line-through; 
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: 20px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Tahoma;
     color: #164cef;
     font-size: .9em;
    text-align: center;
     padding-bottom: 10px; 
}

ul a {
     font-family: Tahoma;
     color: #ae7e0f;
     font-size: .6em;
     font-weight: bold;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}



ul a:hover {
     color: #5d761b;
}

.menuactive {}

li {text-align: center;
}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/dol.jpg);
     clear: both;
}

.copyright {
     color: #ffffff;
     font-family: Tahoma;
     font-size: .55em;
     position: relative;
     top: 130px;
     left: 25px; 
}



a:link {}

a:visited {}

a:hover {}

a:active {}
