*{
margin: 0;
padding: 0;
}
html{
height: 100%;
margin-bottom: 0.01em;
}

body{ 
margin:0; 
text-align:center; 
background-color: #000;
} 

#container{ 
position:relative; 
width:800px; 
height: auto;
text-align:center; 
margin:0 auto 0; 
border: 1px solid red;
border: 0;
}

#menu{
width:800px; 
height: 130px;
position: relative;
top: 0px;
left: 0px;
background-image: url("images/sasacu.jpg");
border: 1px solid blue;
border: 0;
}

#content{
width:800px; 
height: auto;
top: 0px;
left: 0px;
border: 1px solid blue;
border: 0;
}

#Where{
position:relative; 
width:800px; 
height:28px;
}

h1, h2, h3{
font-family: sans-serif;
}

a:link {color:#FF0000;text-decoration:none} /* unvisited link */
a:visited {color:#FF9900;text-decoration:none} /* visited link */
a:active {color:#0000FF;text-decoration:none} /* selected link */
a:hover {color:#000000;text-decoration:none} /* mouse over link */




em{
color: red;
font-weight: bold;
font-style: normal;
font-size: 12pt;
font-family: sans-serif;
}

p{
font-family: sans-serif;
font-size: 10pt;
font-weight: bold;
}

select{
font-weight: bold;
}

form td{
font-family: sans-serif;
font-size: 11pt;
font-weight: bold;
text-align: left;
}

input{
text-align: left;
display: inline;
}

#bottom{
width: 800px;
height: 100px;
}
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:33%;			/* width of the right column */
	}
	.threecol .colleft {
		right:34%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:30%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:29%;			/* Width of right column content (column width minus padding on either side) */
		left:77%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}



.doublepage {
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}



.colmid4{ right: 25% }
.colin4{ right: 25% }
.colleft4{ right: 25% }
.col14{
   width: 23%;
   left: 103%
}
.col24{
   width: 23%;
   left: 55%
}
.col34{
   width: 23%;
   left: 82%
}
.col44{
   width: 23%;
   left: 84%
}



.colmask4{
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
}
.colmid4{
   float: left;
   width: 100%;
   position: relative;
}
.colin4{
   float: left;
   width: 100%;
   position: relative;
}
.colleft4{
   float: left;
   width: 100%;
   position: relative;
}
.col14{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.col24{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.col34{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.col44{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.bottom{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
}
