#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-color: #F20E8A;
}
#container #picture {
	width: 330px;
	height: auto;
	margin-left: 20px;
	margin-top: 100px;
}

#container #main {
	float: right;
	width: 480px;
	margin-right: 60px;
	margin-top: 40px;
}
#container #main img {
	border: 1px solid #000;
}
#container #main a:hover img {
	border: 1px solid #FFF;
}
#footer   .video  {
	margin-top: 10px;
	float: right;
}
#container #main  p.quote {
	color: #FFFFFF;
	font-style: italic;
}

#ad {
	height: auto;
	width: 100%;
	left: 10px;
	background-color: #000000;
	padding: 4px;
	text-align: right;
	margin-top: 20px;
}
#ad p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
}
#ad a {
	color: #F7088C;
	font-weight: bold;
	text-decoration: none;
}
#ad a:hover {
	text-decoration: underline;
}


#connect {
	position:relative;
	padding:0;
	margin-top: 50px;
}
.ascap {
	float: right;
	margin-top: 50px;
	width: 300px;
}
.ascap p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align:right;
	clear: right;
}
.ascap img {
	height: auto;
	width: 100px;
	padding: 0;
	margin: 0;
}
.ascap img a {
	border: solid #000 2px;
}
.ascap img a:hover {
	border: solid #fff 2px;
}

#connect li {
	margin:0;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
}
#connect li, #connect a{height:50px;display:block;}


.facebook {left:0px;width:50px;}
.facebook {background:url('../images/connect.png') 0 0;}
.facebook a:hover{background: url("../images/connect.png") 0 -50px;}

.myspace {left:50px;width:50px; }
.myspace {background:url('../images/connect.png') -50px 0;}
.myspace a:hover{background: url('../images/connect.png') -50px -50px;}

.twitter {left:100px;width:50px;}
.twitter {background:url('../images/connect.png') -100px 0;}
.twitter a:hover{background: url('../images/connect.png') -100px -50px;}


