/* CSS Document */

body,td,th, h1 {
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin:0 auto;
	background-color:#CCC;
	background-image: url(porto/images/menuback.jpg);
	height:101%;
}

html {
	height: 100%;
    margin-bottom: 1px;
  }
  
.cimage {
	text-align: center;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color:#930;
	text-decoration:none;
	font-size: 12px;
}

.small{
	font-size:10px;}
	
	

#container{
	width: 840px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #cccccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#topgun{
	background:url(jpg/gradient2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:30px;
	padding:1px 1px 1px 10px;
	}
	
#menu{
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	background:#cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1em; /* top and bottom padding create visual space within this div */
	border:#000000 0px 1px 0 0 ;}


#content{margin: 0 1.5em 0 15em;
	padding: 1em;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


		
#hidden, #hidden1, #hidden2, 
#hidden3, #hidden4, #hidden5, 
#hidden6, #hidden7, #hidden8, 
#hidden9, #hidden10, #hidden11, 
#hidden12{
display: none;
}
</style>

