
/* ----------------------------------------*/

/*  Paula Cant Stamps Default Stylesheet   */
/* Designed and created by Phillip Caudell */
/*         www.designphill.com             */

/* ----------------------------------------*/

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-color: #483A21;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
}

body,td,th {
	font-family: Arial;
	font-size: 18px;
	color: #666666;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:hover {
	text-decoration: none;
	color: #D3BFA4;
}
a:active {
	text-decoration: none;
}

#page{
	width:910px;
	height:auto;
	background-color:#FFFFFF;
	margin:auto;
	margin-top:100px;
	padding:2px;
	overflow:auto;
}

#menu{
	height:50px;
	background-color:#392715;
	background-image:url(../images/menu_bg.jpg);
	margin-bottom:2px;
}


#menu a:link,
#menu a:visited{
	display:block;
	float:left;
	height:20px;
	padding:15px;
	width:100px;
	text-align:center;
	background-image:url(../images/menu_divider.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logo_slogan{
	width: 100%;
	height:240px;
    background-size: contain;
	background-image:url(../images/logo_slogan.jpg);
    background-repeat: no-repeat;
}

#content_container{
	width:750px;
	height:auto;
	margin:auto;
}


.text_intro{
	color:#36281B;
	font-size:20px;
	font-weight:bold;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:30px;
	line-height:30px;
}

#footer{
	padding:30px;
	text-align:center;
	font-size:14px;
	color:#999999;
	border-top:1px #CCCCCC solid;
}
