
/* Colors and Fonts and Images and Backgrounds and other things */
body {
  font-size: 10px;
  font-family: Georgia, Verdana;
  background-color: #000000;
  color: #EEEEEE;
  background: url('imgs/bg1.jpg') no-repeat
}


a{
color: #ffffff;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#logo {
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: none;
  border-right-style: none;
  border-width: 1px;
  border-color: #AAAAAA;
}

#menu {
  font-size: 15px;
  font-family: Georgia, Verdana;
  font-weight: bold;
}

#flashbox{}

#contentL{}

#title{
  font-family: 'Lucida Sans', Arial;
  font-size: 22px;
}

#text{
  font-family: Arial;
  font-size: 16px;
}
#title2{
  font-family: 'Lucida Sans', Arial;
  font-size: 22px;

}

#text2{
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  color: #EEEEEE;
  line-height: 1.5;
  font-style:normal;
}

#contentR{
  font-size: 11px;
    font-family: 'Lucida Sans', Arial;
}

#footer{
  border-top-style: dotted;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-width: 1px;
  border-color: #AAAAAA;
  font-size:12px;
}

#portmenu {
  font-size: 14px;
  font-family: Georgia, Verdana;
  color: #DDDDDD;
  font-style: italic;
  font-weight: bold;
}

#portmenutitle{
	font-size: 12px;
}

#portmenuitem{
	font-size: 10px;
	font-weight:normal;
}
a.portmenuitem:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#column1{
  font-size: 12px;
  font-family: Georgia, Verdana;
  color: #AAAAAA;
  font-style: italic;
}

#column2{
  font-size: 12px;
  font-family: Georgia, Verdana;
  color: #AAAAAA;
  font-style: italic;
}

#column3{
  font-size: 12px;
  font-family: Georgia, Verdana;
  color: #AAAAAA;
  font-style: italic;
}





/* Structure and Size and Position and other things */ 

body{
  margin-top: 20px;
}

div{
 /* border-style: dotted;
  border-width: 2px;
  border-color: #FF0000; */
  margin: 0 auto;
}

ul li{
	margin-bottom: 8px;
	margin-left: -21px;
  list-style-type: none;
  
}

#logo {
  position: relative;
  width: 900px;
  height:80px;
}

#logoimg{
  margin-top:25px;
}


#menu {
  position: absolute;
  right:0;
  top: 18;
  width: 500px;
  text-align: right;
  margin-top:30px;
  margin-right: 2px;
}

#menuitem {

}

#menuspacer {
  margin-left: 20px;
  margin-right: 20px;
}

#flashbox {
  height: 380px;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content
{
  position: relative;
  margin-bottom: 20px;
  width: 900px;
  height: 155px;
}

#contentL{
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 600px;
}

#title{

}

#contentR{
  position: absolute;
  right: 0;
  top: 0;
  height: 150px;
  width: 300px;
}

#footer{
  width: 900px;
  margin-bottom: 30px;
  padding-top: 10px;
}


#portcontainer{
position: relative;
width: 900px;
height: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#portflash{
position: absolute;
left: 0;
top: 0;
width: 710px;
height: 380px;
}

#portmenu{
position: absolute;
right: 0;
top: 0;
width: 170px;
height: 350px;
}

#portmenutitle{
  margin-top: 0px;
  margin-bottom: 8px;
}

#portmenuitem{
  margin-top: 5px;
  margin-bottom: 5px;
}


#portcontentLR
{
  position: relative;
  width: 900px;
  height: 125px;
  margin-bottom: 30px;
}

#column1{
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 291px;
  line-height: 1.5;
}
#column2{
  position: absolute;
  right: 300px;
  left: 300px;
  top: 0;
  height: 120px;
  width: 291px;
    line-height: 1.5;
}
#column3{
  position: absolute;
  right: 0;
  top: 0;
  height: 120px;
  width: 291px;
    line-height: 1.5;
}


#pagecontainer{
  position: relative;
  width: 900px;
  height: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#pagecontent{
position: absolute;
left: 0;
top: 0;
width: 580px;
height: 380px;
}

#pageside{
position: absolute;
right: 0;
top: 0;
width: 290px;
height: 360px;
}