@CHARSET "UTF-8";

@import "store.css";
@import "registration.css";
@import "calendar.css";

/** Custom CSS */


body{
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height:12pt;
	margin:0;
	padding:0;
}

a{
	color:white;
}

a.link{
	font-family: verdana, sans-serif;
    font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: normal;
	margin-left:20px;

}

a.linkselected{

	font-family: verdana, sans-serif;
    font-size: 13px;
	color: red;
	text-decoration:none;
	font-weight: normal;
	margin-left:20px;

}

h1, h2, h3, h4, h5 {
	font-family: "Arial";
	padding:0px;
	padding-bottom:10px;
	padding-top:0px;
	color:red;

}

h1{
	font-family: "Arial";
	padding:0px;
	padding-bottom:10px;
	padding-top:0px;
	font-size: 20px;
	color:red;

}

h2{
	font-family:"Arial";
	padding:0px;
	padding-top:30px;
	padding-bottom:10px;
	font-size: 18px;
	color:red;
	font-weight:normal;
}

h3{
	padding:0px;
	font-size: 11px;
	color:white;
}

#mainnavigation ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#mainnavigation ul li {
	margin-bottom:10px;
	text-transform: uppercase
}

.text {
	float:left;
	padding:10px;
}

.image {
	float:left;
	padding:10px;
	padding-top:25px;
}

.listen {
	font-size:16px;

}

.entrance {
	float:right;
}

#main{
	background-color:black;
}

#header{
	height:120px;
	background-color:white;
	display:block;
	border:none;
}

#content{
	background-color:black;
	display:block;
	overflow:auto;
	border:none;
}

#content_inner_left {
	border:none;
	width:300px;
	padding:30px;
	float:left;
	color:white;
	background-color:black;
}

#content_inner_right {
	border:none;
	border-left:5px solid white;
	padding:30px;
	float:left;
	color:white;
	background-color:black;
		min-height:400px;
}








@import "calendar.css";