@charset "UTF-8";
/* CSS Document */
*{
    padding:0;
    margin:0;
}
 
body {
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f1049;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
}

#container {
    width: 1024px;
	height: 610px;
    margin: auto;
	margin-top: 0px;
}
 
#clouds {
    background-image: url(images/clouds2.png);
	width: 1024px;
	height: 610px;
	margin-top: 0px;
	float: left;
    background-repeat: no-repeat;
}

#title {
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    height: 54px;
    width: 980px;
    float: none;
    margin-top: 35px;
    margin-left: 70px;
}

#mc_embed_signup {
	float: right;
	width: 170px;
	padding-bottom:3px;
	padding-top: 3px;
	font: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #797979;
	margin-right: 35px;
}
#mc-embedded-subscribe-form {
	
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #7b5296;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7b5296;
	box-shadow:inset 0px 1px 0px 0px #7b5296;
	background-color:#3d3b69;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #312b57;
	display:inline-block;
	color:#f1e4f7;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #614085;
}
.button:hover {
	background-color:#614085;
}
.button:active {
	position:relative;
	top:1px;
}
#navigation {
    background-image: url(images/navigation.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 1024px;
    padding: 0px 0px 0px 70px;
    float: left;
    text-align: right;
    margin-top: 0px;
}
 
.nav_menu li{
    list-style:none;
    display:inline;
    padding-right: 35px;
    
    margin-left: 0px;
    float: left;
    padding-top: 5px;
}
 
.nav_menu a {
    font-size: 14px;
    text-decoration: none;
    font-family: Century Gothic, Verdana, Georgia, Helvetica;
    color: #f9eff7;
    font-weight: bold;
}
 
.nav_menu a:hover {
    color: #625e82;
}

#catchy_text {
    float: right;
	height: 480px;
    width: 338px;
    background-image: url(images/RavenMajia2012.png);
    background-repeat: no-repeat;
    margin-top: 16px;
    margin-right: 0px;	
}
#sidebar {
    float: left;
    width: 495px;
    margin-top: 25px;
	margin-left: 70px;
}
 
.sidebar_top {
	width: 550px;
    background-image: none;
    background-repeat: no-repeat;
	font-color:1f1049;
	font-size:15px;
	 padding-bottom: 35px;
}
 
.sidebar_middle {
    background-image: url(images/Raven_Majia_Billboard_Review.png);
    background-repeat: no-repeat;
    width: 650px;
	height: 200px;
	margin-left: 50px;	
    padding-top: 20px;
    padding-bottom: 0px;
}
 
.sidebar_bottom {
    background-repeat: no-repeat;
    height: 6px;
    width: 480px;
    margin-bottom: 20px;
    margin-left: 200px;
  
}

#content {
   float: left;
   width: 380px;
}
.content_top {
    background-image: url(images/content_top.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 511px;
}
 
.content_middle {
    background-image: url(images/content_middle.png);
    background-repeat: repeat-y;
    width: 471px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
 
}
 
.content_bottom {
    height: 16px;
    width: 511px;
    background-image: url(images/content_bottom.png);
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

