body{
	background: url('stripe.png');
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #2E3436;
	text-decoration: underline;
	}
a:visited {
	color: #2E3436;
	text-decoration: underline;
	}
a:hover {
	color: #2E3436;
	text-decoration: none;
	}
#main{
	margin: 20px auto;
	background: #fff;
	color: #2E3436;
	text-align: left;
	width: 800px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#menu{
	float: left;
	width: 150px;
	height: 520px;
	color: #cbcbcb;
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(to bottom left, #252525, #0a0a0a);
	background: -o-linear-gradient(to bottom left, #252525, #0a0a0a);
	background: -webkit-gradient(to bottom left, linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(to bottom left, #252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.cmenu{
	height: 30px;
	padding-left: 10px;
	padding-top: 10px;
}
.cmenu:hover{
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	cursor:pointer;
}
#logo{
	width:650px;
	height: 50px;
}
#text{
	float: right;
	width: 650px;
}
.ctext, .ctext-start{
	margin-left: 50px;
	width: 450px;
	height:300px;
	background: #ebebeb;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 50px;
	line-height: 1.7em
}
#copyright{
	font-size: 10px;
	margin-top: 15px;
	float: right;
	width: 650px;
	height: 50px;
	text-align: center;
}
.clear {
	clear: both;
}
