﻿/* CSS layout */
body {
	background-color: #E8FFFF;
	margin: 0;
	padding: 0;
	border: 0;
}


#container {
	margin: 0 auto;
	position: relative;
	width: 700px;
	font-family: arial, 'sans serif';
	}
	
td 
{ 
vertical-align: top;
	} 



#top {
	height: 17px;
	width: 700px;
	background-color: #000066;
	font-family: arial, 'sans serif';
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;

	
}


#left_col {
	width: 150px;
	height: 100%;
	position: absolute;
	background-image: url('../images/admin/logo_words_shield3.gif');
background-repeat: no-repeat;
background-position: 10px 5px; 

	left: 0px;
	top: 22px;
	background-color: #E8FFFF;
	
}

#logo {
font-family: arial, 'sans serif';
font-size: x-small;
height: 45px;
text-align: center;
	
}

#menu {

margin-top: 70px;
height: 100%;
padding-left: 5px;
font-family: arial, 'sans serif';
font-size: xx-small;
text-align: left;
background-image: url('../images/admin/ani_composite.gif');
background-repeat: no-repeat;
background-position: 40px 380px; 
}

#menu a:link {
	color: #0000FF;
}

#menu a:visited {
	color: #0000FF;
}
#menu a:hover {
	color: #FF0000;
}





#right_col {
background-color: #FFFFFF;
	position: relative;
margin-left: 150px;
	height: 100%;
	width: 550px;
	top: 0px;
	left: 0px;
}


#webads {
	
	height: 40px;
	width: 550px;
	font-family: arial, 'sans serif';
	font-size: x-small;
	background-color: #E8FFFF;
	border-bottom: medium solid #000066;
}
#chartreuse {
position: absolute;
height: 30px;
	margin-left: 20px;
	margin-top: 5px;

	width: 110px;
	background-image: url('../images/webads/chartreuse3.jpg');
background-repeat: no-repeat;
}

#netart {
position: absolute;
height: 30px;
	margin-left: 150px;
	margin-top: 5px;
	width: 100px;
	background-image: url('../images/webads/logo_netart_header.gif');
	background-repeat: no-repeat;
}

#rosedalegallery {
position: absolute;
height: 30px;
	margin-left: 230px;
	margin-top: 5px;
		width: 110px;
	background-image: url('../images/webads/logo_rosedale2.jpg');
background-repeat: no-repeat;
}

#mtalberttv {
position: absolute;
height: 30px;
	margin-left: 320px;
	margin-top: 5px;
		width: 110px;
	background-image: url('../images/webads/logoMtalbert TV.gif');
background-repeat: no-repeat;
}



#content {
	background-color: #FFFFFF;
	border-left: medium solid #000066;

	width: 550px;
margin-top: 0px;
font-size: small;
color: #000066;

}

#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #0000FF;
}
#content a:hover {
	color: #FF0000;
}


#footer {
	background-color: #FFFFFF;
	border-left: medium solid #000066;
margin: 150px;
width: 550px;
margin-top: 0px;
font-size: x-small;
color: #000066;
}
