/* Transparent PNG Fix for IE 6 */
 img, div { behavior: url(../images/startasitev2/iepngfix.htc) }
 
/* body */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background: #ffffff url(../images/a690/background.jpg) repeat-y scroll 50% 0%;
	position: relative;
}

/* container - The outside of the whole page */
#container {
	margin:0px;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:relative;
}

/* header - the whole the header */
#header{
	background-image:url(../images/a690/aboutbanner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 716px;
	height: 176px;
	margin: 0px;
}

/* headerTop - the top of the header div */
#headerTop{
}

/* headerMiddle - the middle of the header */
#headerMiddle{
}

/* headerMiddleLeft - the left part of the middle of the header */
#headerMiddleLeft{
}

/* headerMiddleMiddle - the middle part of the middle of the header */
#headerMiddleMiddle{

}

/* headerMiddleRight - the right hand part of the middle of the header */
#headerMiddleRight{

}

/* headerBottom - the bottom of header */
#headerBottom{
}

/* main - the main section of the website */
#main{
	background-image:url(../images/a690/cpanel.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 700px;
	min-height: 100%;
	background-color: #ffffff;
	padding: 20px 10px 20px 10px;
	
}

/* nav - the nav menu */
#nav{
	float: left;
	position:absolute;
	left:5px;
	margin: -7px -1px;
	width:160px;
}

/* navTop - the top of the nav menu */
#navTop{
	min-height:100%;

}

/* navMiddle - the middle section of the nav */
#navMiddle{	
}

/* navMiddle ul - the menu list */
#navMiddle ul{
	background-image:url(../images/a690/button.jpg);
	list-style-type: none;
	padding-top:-10px;
	padding-left:-20px;
}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	padding-top:9px;
	height:29px;
	padding-left:-10px;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	font-size:13px;
	color:#666666;
	text-decoration:none;
	width:100%;
	font-weight: bold;
	padding-left:-10px;

}

/* navMiddle ul li a.Selected - the current page */
#navMiddle ul li a.selected{
	
	color:#000000;
}

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
}

#navMiddle ul li:hover{
	color:#999999;
	font-weight: bold;
}

#navBottom{

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	margin: -6px 0px 10px 143px;
	width:500px;
	min-height: 100px;
	position: relative;
}

/* contentFrameLeft - left/top of the content frame */
#contentFrameLeft{

}

#contentFrameMiddle{
	padding: 10px 20px 10px 20px;
	min-height: 350px;
	width:460px;
}

/* contentFrameRight - Right/Bottom of the content frame */
#contentFrameRight{
}

/* contentText - the <p></p> around the text */
#contentText{
}

/* footer - the footer of the page */
#footer{
	background-image:url(../images/a690/footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 716px;
	height: 155px;
	margin-left:-6px;

}

/* */
#footerText{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	text-align:center;
	background-color: #ffffff;
}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
