/* CSS Document */

* {
	margin:0;
	padding:0;
	}
body {
	background:#ffffff;
	background-image:url(Backgrounds/bg.gif);
	background-repeat:repeat;
	padding:0 0 0px 0;
	font:normal 12px/18px Arial, Tahoma, Georgia;
	color: #121212;
	}
a {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	border:none;
	}
a:visited {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	border:none;
	}
a:hover {
	color:#003399;
	border:none;
	text-decoration:underline;
	}
abbr, acronym {
	cursor:help;
	font-weight: bold;
	}

#container {
	position:relative;
	background-image:url(Backgrounds/container.gif);
	background-repeat:repeat-y;
	width:775px;
	left:50%;
	margin-left:-382.5px;
	z-index:100;
	}
	
#logobar {
	background-image:url(Logos/thelondonvocalcoach_logo_top.gif);
	background-repeat:no-repeat;
	width: 775px;
	height: 56px;
	}
	
#navbar {
	color: #121212;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#main_column {
	position: float:left;
	text-align:left;
	width: 450px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 13px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: dotted #CCCCCC 1px;
	margin-bottom: 10px;
}

#right_column {
	position:absolute;
	top:175px;
	left:510px;
	width:200px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 13px;
	margin-bottom: 10px;
}

#closepage {
	background-image:url(Backgrounds/bottom.gif);
	background-repeat:no-repeat;
	height:12px;
}

