<style type="text/css">
	
	@import "all.css"; /* just some basic formatting, no layout stuff */


body {

margin:0px 0px 0px 0px;

}

#main{
width:925px;
height:900px;
border:1px solid #fff;
margin-left:auto;
margin-right:auto;
background:#fff;
}

#leftcol{
float:left;
width:120;
border:0px solid #000;
margin:0px 0px 0px 0px;
height:900px;
background: #eee;
}

#rightcol{
float:right;
width:120;
height:900px;
border:0px solid #000;
margin:0px 0px 0px 0px;
background: #eee;
}


#banner{
width:660px;
height:60px;
border:1px solid #1f33ff;
margin:0px 0px 0px 0px;
margin-left:auto;
margin-right:auto;
text-align:center;
background:#1f33ff;
}

#title{
width:590px;
height150px;
border:0px solid #000;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#menubar
{
width:660px;
height:25px;
border:0px solid #000;
margin-left:auto;
margin-right:auto;

background:#195fff;
}

#menubutton
{
width:110px;
height:25px;
border-left:0px solid #000;
border-top:0px solid #000;
border-bottom:0px solid #000;
border-right:0px solid #000;
float:left;

background: url("images/button.jpg") 0 0 no-repeat;
}

#bottom{
width:660px;
height:2px;
border:1px solid #1f33ff;
margin:0px 0px 0px 0px;
margin-left:auto;
margin-right:auto;
text-align:center;
background:#1f33ff;
}

#footer{
width:660px;
height:60px;
border:0px solid #1f33ff;
margin:0px 0px 0px 0px;
margin-left:auto;
margin-right:auto;
text-align:center;
background:#ffffff;
}

p{
font-size:12px;
line-height:1.6;
font-family:verdana;
margin:0px 10px 10px 10px;
}

h4{
line-height:1.6;
font-family:verdana;
margin:0px 10px 10px 10px;
}

em{
font-size:12px;
line-height:1.6;
font-family:verdana;
color:#bbb;
margin:0px 10px 10px 10px;
}

a:link
{
text-decoration: none;
color:#000000; /* red color = aa0000;*/
}

a:visited
{
text-decoration: none;
color:#000000; /* red color = e40052;*/
}
	
a:hover
{
text-decoration: underline;
}

#menubar p
{
margin:4px 0px 0px 0px;
font-size:10px;
text-align:center;
}

#menubar a:link
{
color: #fbff2a
}

#menubar a:visited
{
color: #fbff2a
}

#menubar a:hover
{
color: #eee
text-decoration: none;
}
		
	
	
	
</style>