﻿/* CSS Document */

#wrapper {
	background-image:url('pageBG.jpg');
	background-repeat: no-repeat;
}
#horizontalButtonholder{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	margin: 0 auto;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	/*background-color:#3F1C50;*/
	color:#DBC7E5;
}

#mediabox{
clear:both;
	width:100%;
	margin-left: auto;
    margin-right: auto;
	margin: 0 auto;
	border-style:none;
	border-width:1px;
	border-color:gray;

}
.horizontalButton{

	width:100px;
	height:80px;
	margin:4px;
	border-style:solid;
	border-width:1px;
	border-color:#4212AF;

}

.horizontalButton:hover{
	margin:2px;
	border-width:3px;
	border-color:#DBC7E5;
}

#scroll {
width:100%;
height:120px;
margin:0 auto;
overflow-x:auto;
overflow-y:hidden;
}

#scroll ul {
white-space:nowrap;
list-style:none;
}

#scroll li {
text-align:center;
display:-moz-inline-box;  
display:inline-block;             
}

#scroll img {
border:0;
display:block;
border:1px solid #A3CBE0;
}
#scroll a:active img, #scroll a:focus img, #scroll a:hover img {
border:1px solid #000;
}
#scroll a {
text-decoration:none;
font-weight:bold;
color:#000;
}
#scroll a:active, #scroll a:focus, #scroll a:hover {
color:#FFF;
}
#scroll span {
padding:5px 0 0;
display:block;
}
