/* maggie mccall stylesheet.css */




body	{background: #1e1d1d;
	color: #fff;
	font-family: arial, helvetica, sans-serif;}

div.quicklinks	{position: absolute;
		left: 50%;
		margin-left: -550px;
		margin-top: 400px;
		width: 170px;
		background: clear;
		}


img	{  border-style: none;
	}





div.indexcontainer 	{position: absolute;
		left: 50%;
		margin-left: -345px;
		padding: 0px;
		width: 690px;
		height: 470px;
		background: clear;}

div.container 	{position: absolute;
		left: 50%;
		margin-left: -400px;
		padding: 0px;
		width: 800px;
		height: 470px;
		background: clear;}




/* index corners */
div.indexcbl {background: url(../images/bl.gif) 0 100% no-repeat; }
div.indexcbr {background: url(../images/br.gif) 100% 100% no-repeat; height: 470px;}
div.indexctl {background: url(../images/tl.gif) 0 0 no-repeat;}
div.indexctr {background: url(../images/tr.gif) 100% 0 no-repeat; padding: 20px;}

div.imageindex 	{position: absolute;
		left: 10px;
		top: 10px;
		margin: 0px;
		width: 670px;
		height: 450px;
		background: clear;}


/* corners */
div.cbl {background: url(../images/bl.gif) 0 100% no-repeat; }
div.cbr {background: url(../images/br.gif) 100% 100% no-repeat; height: 470px;}
div.ctl {background: url(../images/tl.gif) 0 0 no-repeat;}
div.ctr {background: url(../images/tr.gif) 100% 0 no-repeat; padding: 20px;}

div.image 		{position: absolute;
		left: 10px;
		top: 10px;
		margin: 0px;
		width: 340px;
		height: 450px;
		background: clear;}


div.content	{position: absolute;
		left: 350px;
		top: 10px;
		width: 420px;
		height: 450px;
		margin-left: 0px;
		margin-right: 10px;
		padding: 0px 10px 0px 10px;
		background: #d2cccc;}


div.gallerycontent	{position: absolute;
			left: 10px;
			top: 10px;
			width: 760px;
			height: 450px;
			margin-left: 0px;
			margin-right: 10px;
			padding: 0px 10px 0px 10px;
			background: #d2cccc;}





div.scroll 	{height: 440px;
		width: 420px;
		overflow: auto;
		border: 0px solid #666;
		background-color: clear;
		padding: 5px;
		}


div.footer	{position: absolute;
		left: 50%;
		margin-left: -450px;
		top: 590px;
		height: 40px;
		width: 900px;
		background: clear;
		text-align: center;
		border-bottom: 0px solid #fff;}
		}

		


/* bottom navigation */

ul#bottomnav {	padding-left: 10px;
		padding-bottom: 5px;
		list-style-type: none;
		width: 100%;
		}

 
ul#bottomnav li {display: inline;
		
		}

ul#bottomnav a {display:block;
		float: left;
		padding: 0px 6px 0px 6px;
		text-decoration: none;
		font-weight: normal;
		font-size: 80%;
		color: #fff;
		border-right: 0px solid #fff;
		}

ul#bottomnav a:hover{color: #5c5fed;}



div.moreinfo	{position: absolute;
		left: 50%;
		margin-left: -450px;
		top: 2000px;
		height: 40px;
		width: 900px;
		background: clear;
		text-align: center;
		border-bottom: 0px solid #fff;}
		}


h1 	{background: #d2cccc;
	color: #000000;
	padding: 2px;
	margin: 0;
	border-bottom: 0px;
	font-style: italic; }


p	{color: #000000;
	font-style: normal;
	text-align: justify;}


p.testimonial	{color: #000000;
	font-style: italic;
	text-align: justify;}

p.white	{color: #fff;
		font-style: normal;
		text-align: justify;}


ul	{color: #000000;
	font-style: normal;
	text-align: justify;}



a	{text-decoration: none;
	text-align: center;
	color: #fff;
	}

a:hover	{	color: #5c5fed;
		}










