/* CSS Document */
/* Audiocity Initial Website CSS File */
/* SouthernXposure Pty Ltd August 2007 */
/* OORRR-DEEEOSSSS-I-TEEEE */

/* Overall ----------------------- */

body {
	margin: 0;
	padding: 0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: white;
	text-align: center;
	min-width: 680px;
}

#main {
	margin: 0 auto;
	padding: 40px 10px 10px 10px;
	width: 680px;
	text-align:left;
	position:relative;
}

#left { 
	width: 340px;
	position: absolute;
	top: 130px;
	left: 0px;
}

#right {
	position:absolute;
	top: 125px;
	left: 360px;
}

#eddie {
}

#shane {
}

/* Individual Div Stylings ----------------------- */

/* Left ----------------------- */

#left h1 {
	display:none;
}

#left img {
	border: 0px solid white;
}

#left h2 {
	font-size: .8em;
	font-weight:lighter;
	line-height: 1em;
	text-align: right;
}

/* Right ----------------------- */

#right h1 {
	font-size: 1.2em;
	font-weight:bolder;
	line-height: 1em;
	letter-spacing: .3em;
	color: #990000;
}

#right h2 {
	font-size: .8em;
	font-weight:lighter;
	line-height: 1em;
}

#right h3 {
	font-size: 1.2em;
	font-weight:bolder;
	line-height: 1em;
	letter-spacing: .3em;
	color: #990000;
}

#right p {
	font-size: .8em;
	font-weight: lighter;
	line-height: normal;
}

#right a:link, #right a:visited {
	color: #0099CC;
	text-decoration: none;
}

#right a:hover, #right a:active {
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
} 

/* Eddie ----------------------- */

#eddie {
	font-size: 1em;
}

/* Shane ----------------------- */

#shane {
	font-size: 1em;
}