@charset "UTF-8";

*{
	margin:0px;
	padding:0px;
}
body {
	background-image:url(images/blueprint-bg.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	color:#3f486f;
	font-family:Lucida Grande,Tahoma,Arial,Helvetica,sans-serif;
}
a {
	text-decoration:none;
	color:#c8cbd9;
}
a:hover {
	text-decoration:none;
	color:#f8087f;
}
.wrap {
	width:920px;
	margin:0 auto;
	position:relative;
}
.white_top {
	height:29px;
	width:920px;
	background-image:url(images/white_top.png);
	background-repeat:no-repeat;
}
.white_middle {
	background-color:#FFFFFF;
	width:920px;
}
.white_bottom {
	background-image:url(images/white_bottom.png);
	height:29px;
	width:920px;
}
.container {
	padding:0px;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	width:864px;
	height:699px;
	margin:0 auto;
	position:relative;
}
.clear {
	clear:both;
}
.video_container {
	left:260px;
	top:170px;
	position:absolute;
	width:512px;
	height:300px;
}
.icons {
	position:absolute;
	top:150px;
	left:251px;
	width:500px;
	height:325px;
}
.pics {
	position:absolute;
	top:160px;
	left:265px;
	width:500px;
	height:325px;
}
.padding {
	padding:5px 20px 20px 20px;
}
.icons span {
	left:-9999;
	z-index:-10;
	position:absolute;
	top:-2000px;
}
/************buttons*************/
div.video_btn {
	position:absolute;
	top:50px;
	left:50px;
	height:140px;
	width:117px;
}

div.photos_btn {
	position:absolute;
	top:50px;
	left:310px;
	height:140px;
	width:129px;
}
div.music_btn {
	position:absolute;
	top:150px;
	left:190px;
	height:149px;
	width:103px;
}
a.videos:hover {
	position:absolute;
	top:50px;
	left:50px;
	height:140px;
	width:117px;
	background-image:url(images/btn_videos_hov.jpg);
}
a.photos:hover {
	position:absolute;
	top:50px;
	left:310px;
	height:140px;
	width:129px;
	background-image:url(images/btn_photos_hov.jpg);
}
a.music:hover {
	position:absolute;
	top:150px;
	left:190px;
	height:149px;
	width:103px;
	background-image:url(images/btn_music_hov.jpg);
}
/**************titles***************/
#title_videos {
	background-image:url(images/title_videos.jpg);
	background-repeat:no-repeat;
	background-position: 18px 0px;
	width:100%;
	height:31px;
	margin:0;
	text-indent:-5000px;
	text-align:left;
}
#title_photos {
	background-image:url(images/title_photos.jpg);
	background-repeat:no-repeat;
	background-position: 20px 0px;
	width:100%;
	height:31px;
	margin:0;
	text-indent:-5000px;
	text-align:left;
}
#title_music {
	background-image:url(images/title_music.jpg);
	background-repeat:no-repeat;
	background-position: 16px 0px;
	width:100%;
	height:31px;
	margin:0;
	text-indent:-5000px;
	text-align:left;
}
/*******************************/
.video_bg {
	background-image:url(images/video_bg.jpg);
	width:384px;
	height:50px;
	margin-left:30px;
}
.video_bg p {
	padding:15px 0px 10px 60px;
}
.music_bg {
	background-image:url(images/music_bg.jpg);
	width:384px;
	height:50px;
	margin-left:30px;
}
.music_bg p {
	padding:15px 0px 10px 60px;
}