/* 
** craft cleaners - default stylesheet
** CSS makes the website look pretty ~8^)
** 
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* background-color: #f3ea41; */
	background-image: url(bgImage.jpg);
	text-align: center;
}

.page {
	/* Page width: */
	width: 800px;
}

#logo {
	margin: 0 auto;
	text-align: center;
	height: 198px;
	background-color: #FFFFFF;                
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #1c2844;
	background-color: #FFFFFF;                
	font-family: "Century Gothic", sans-serif, Arial;
	font-size: 1em;
	font-style: bold;
        padding-top: 1em;
}

#menu a:link, #menu a:visited {
	color: #1c2844;
	background-color: #FFFFFF;                
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #b8d5e5;
	background-color: #FFFFFF;                
	text-decoration: none;
}

#padding {
	padding: 0em;
}

#innerpage {
	/* Background image: */
	padding: 1em;
	height: 25em;
}

#minnerpage {
	/* Background image: */
	padding: 1em;
	height: 30em;
}

#dinnerpage {
	/* Background image: */
	background-image: url("mobile.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#hinnerpage {
	/* Background image: */
	background-image: url("home.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#ainnerpage {
	/* Background image: */
	background-image: url("hanger.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#sinnerpage {
	/* Background image: */
	background-image: url("peeps.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}


/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right; 
	/* width: 34em; */
	width: 55%; 
	/* height: 24em; */
	height: 27em;
	padding: 0.5em;
	font-family: "Century Gothic", sans-serif, Arial;
	font-size: 0.9em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.5em;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #1c2844;
}

/* link colors */
#content a:link {
	color: #1c2844;
}

#contentm {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right; 
	width: 34em;
	/* height: 24em; */
	height: 32em;
	padding: 0.5em;
	font-family: "Century Gothic", sans-serif, Arial;
	font-size: 0.9em;
	overflow: auto;
}


#content a:hover, #content a:active {
	color: #1c2844;
}

#content a:visited {
	color: #1c2844;
}

