body {
	font-family: sans-serif;
	margin: 0;
	margin-top:5px;
	padding: 0;
	background: url(site_images/back.jpg) center;
	background-repeat: repeat-y;

}
.hide 
{
	display:none;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}

div#main {

	width:800px;
	margin-left:auto;
	margin-right:auto;

}

div#header {		
	border:2px solid black;
	margin-bottom:5px;
	font-size:0;	
}

div#aboutbutton {
	
	Float:left;
	font-size:0;
	border-top:2px solid black;
	border-bottom:2px solid black;
	border-left:2px solid black;
	
	
}

div#exhibitbutton {
	
	Float:left;
	font-size:0;
	border-top:2px solid black;
	border-bottom:2px solid black;
	border-left:2px solid black;
}

div#awardsbutton {
	
	Float:left;
	font-size:0;
	border-top:2px solid black;
	border-bottom:2px solid black;	
	border-left:2px solid black;
}

div#artbutton {
	font-size:0;
	border-top:2px solid black;
	border-bottom:2px solid black;
	border-right:2px solid black;
	border-left:2px solid black;
	float:left;
	clear:right;
	
	
}

div#container {	
    	position:relative;
	margin-top:58px; 
    	border-left: 2px solid black;
    	border-right: 2px solid black;
    	border-bottom: 1px solid black;
    	border-top: 1px solid black;
}

div#footer 
{	
    background:white;
    border-bottom: 2px solid black; 
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 1px solid black;
    padding:10px;
  
}

div#test {
	font: arial;
}

div#addpicturesbutton 
{ 
	border: 2px solid black;
	float:left;
	font-size:0;
	margin-bottom:-59px
}

div#addshowbutton
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	float:left;
	font-size:0;
	margin-bottom:-59px
}

div#addawardsbutton
{
	border: 2px solid black;
	float:left;
	clear:right;
	font-size:0;
	margin-bottom:-59px
}

div#sunpic 
{
	float:left;
	padding:10px;
	width:250px;
	
	font-size:0;

}

div#abouttext 
{
	margin:10px;	
	font-family: sans-serif;

}


div#showsright
{
	margin-left:435px; 
	padding:10px; 
	min-height:300px;
}

div#awardleft
{

	margin-top:10px;
	margin-left:10px;
	position:absolute;
	top:0;
	bottom:0;
	width:400px;
}

div#awardright
{

	margin-left:430px;
	min-height:735px; 
	padding-top:9px;
}


#login
{
	background:white;
	border-right:2px solid black;
}

.absolute
{
	position: absolute;
	top:50px;
	left:50px;
	background-color: #5795df;
	width: 320px;
	border:double 2px black;
	text-align:center;	
}

.MyView
{
	border-color: Blue;
}



.MyView td
{
	border-color: Blue;
}

div#main2
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


