﻿/* Style sheet for Craft Mastery.com */

/* structure and layout */
body {
 	background-color:#5E2E8D; 
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 0px;
}

#container{
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

#container2{
	border:thick black;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#9560CA;
}
#header{
	background-image: url('images/Craft Mastery Header4 copy.jpg');
	background-repeat:no-repeat;
	background-position:center;
 	height:150px;
	width:800px; 
	
}

#headertext{
	position:absolute;
	top:40px;
	left:300px;
}

#navbar {
	float:left;
	width:210px;
	padding:1px;
	background-color:#eae1f4;
}

#aweberform {
	color:black;
	border:thin black solid;
	padding:5px;
	
}

#sidebar {
	float:right;
	width:180px;
	padding:1px;
	margin:1px;
	background-color:#eae1f4;
	
}

#content {
	
	margin-left:220px;
	margin-right:5px;
	padding:5px;
	background-color:white;
/*	background-color:#eae1f4;*/
}

#footer{
	clear:both;
	background-color:#3f1f60;
	padding:5px;
	margin:5px;
}


/* Formatting */

#footer ul {
	list-style:none;
	color:white;
	text-align:center;
	white-space:nowrap;
}
#footer li{
	display:inline;
	margin:2px
}

#footer li a{
	color:white;
}
h1{
	color:black;
	font-size:150%;
	}
h2{
	color:black;
	font-size:130%;
}
.centerthis{
	text-align:center;
/*	background-color:#eae1f4; */
}
.pWithImageLeft{
	float:left;
}
.pWithImageRight{
	float:Right;
}


