@import url('/stylesheets/slimbox/slimbox.css');
/* CSS Document */
body {
	background-color: #fdf9d4;
	background-image:  url(images/main_bg1.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:25px;
	color:#263776;

	
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
.main {
	width:1000px;
	height:auto;
	display:block;
}
.topstrip {
	background-color:#0e474a;
	height:55px;
	width:1000px;
}
.content {
	clear:both;
	background-image: url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.leftmenu {
	background-image: url(images/leftmenu_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:635px;
	width:350px;
	display:block;
	float:left;
	padding-left: 45px;
	padding-top: 27px;
	padding-right: 20px;
}
.leftmenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.head1{
	
	font-size:50px;
	color:#e63995;


}
.head2{
	font-size:28px;
	color:#e63995;


}

.hintsClass {
			background-color: white;
			border: 1px solid #808080;
			padding: 5px 5px 30px 5px;
}
div.boximage {
	
}

input.submit {
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 5px;
		background: #feb7f0;
		font-size: 1em;
		font-weight: bold;
		border: 1px solid #b50ea7;
		color: #b50ea7;
		margin-top: 5px;
		}

input.submit:hover {
		background: #b50ea7;
		color: #feb7f0;
		}
/*	social div	*/
div#social {
1border:1px solid #f00;
	position: absolute;
	height: 75px;
	width: 750px;
	top: 210px;
	left: 30px;
}
div#social a {
	display:block;
	height: 75px;
	font-size:0.8em;
	text-decoration: none;
	line-height:80px;
	padding-left:80px;
	color: #fff;
}
div#social a:hover {
	color: #95cef0;
	text-decoration:underline;
}
div#twitter {
1border:1px solid #f00;
	float:left;
	margin-right:50px;
}
div#twitter a {
	background: url(mainpics/tweety.png) 0 center no-repeat;
}
div#facebook {
1border:1px solid #f00;
	float:left;
}
div#facebook a {
	background: url(mainpics/facebook.png) 0 center no-repeat;
}

