/*

------------------------------------------------------
Stylesheet for Exclusively Yours Online
www.exclusivelyyoursonline.com

by Shane Killgore (shane@cheebs.com)
------------------------------------------------------

*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #FFFFFF;
background-color: #663366;
border-top: 20px #663366 solid;
/*background-image: url(../images/left-background.jpg);
background-repeat: no-repeat;
background-position: left;*/
}

/* Banner across top of page that shows logo and rightside image */

#main-title {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url("http://www.exclusivelyyoursonline.com//MM_Logo.jpg");
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 210px;
margin-right: 60px;
font-size: 1.5em;
color: #996600;
border-bottom: 1px #999 dashed;
padding-bottom: 10px;
padding-top: 15px;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 220px;
margin-right: 100px;
}

p, ul, ol, table {
font-size: .9em;
line-height: 1.7em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.0em;
color: #996600;
font-style: italic; }

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ad5e15;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 167px;
left: 14px;
width: 171px;
border-right: 1px #999 dashed;
text-align: right;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: .8em;
line-height: 33px;
}

#left-menu a:link, #left-menu a:visited {
color: #FFFFFF;
}

#left-menu a:hover, #left-menu a.current {
color: #000000;
font-style: italic; }

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #663366;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: .7em;
word-spacing: 10px;
font-style: italic;
}

#footer a:link, #footer a:visited {
color: #e2e2c5;
}

#footer a:hover {
color: #e2e2c5;
text-decoration: underline;
}

