/***** Standard Styles ***/

body {
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	color: #000000;
	background-color: #e2a84b;
	margin: 0;
}

p{
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	line-height: 130%;
}

td{
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
}

h1{
	font-family: helvetica, arial, verdana;
	font-size: 18px;
	color: #010101;
}

h2{
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	color: #010101;
	font-weight: bold;
}

h3{
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	color: #010101;
	font-weight: bold;
}

a{
	color: #427921;
	text-decoration: underline;
}

a:hover{
	color: #8bc16b;
	text-decoration: underline;
}

/**** Body Styles ****/
#background{
	background-image: none;
}

#main {
	background-color: #ffffff;
	width: 860px;	
}

#main .top{
	position: relative;
	left: 0px;
	width: 860px;
}

#banner {
	background-image: url(images/BannerRepeater.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#banner img{
	display: block;	
}

#content {
	margin: 0px 28px 0px 28px;
}

#home img{
}

.photoCell{
	display: block;
	height: 150px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

.photoCell img{
	border: 0px solid #000000;
	margin-right: 20px;
	float: left;
}

/***** SEO Styles ****/
#title {
	margin: 30px 0px 28px 0px;
	text-align: center;
}

#title .heading1{
	font-family: helvetica, arial, helvetica, verdana;
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
}

#title .heading2{
	font-family: helvetica, arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
}

/**** Page Height Styles (if needed) ****/

#home{
	min-height: 300px;	
}

#changethis{
	min-height: 300px;
}



/***** Menu Styles ****/
#menu {
	height: 30px;
	padding: 3px 8px 0px 38px;
	text-align: center;
}

#menu a {
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: none;	
}

/***** Footer Styles ****/
#bottomSpacer img{
	display: block;
}

#footer{
	font-size: 10px;
	padding: 12px 0px 12px 0px;
}

#footer a{
	font-size: 18px;
	text-decoration: none;
}

#footer a:hover{
	font-size: 18px;
	text-decoration: underline;
}


/***** ALarkin Design Logo Styles ****/

#aldLogo {
	position: relative;
	line-height: 80%;
	clear: right;
	margin-bottom: 20px;
}

#aldLogo img {
	margin: 4px 0px 0px 0px;	
}

#aldLogo a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#aldLogo a:hover {
	color: #444444;
}

/**** Webfodder Styles ****/

#imageBorder{
	border: solid #000000 1px;
	border-width: 1px 1px 1px 1px /* Change this to make it look like a drop shadow */
	background-color: #ffffff;
	padding: 0px;
}

.alignedLeft{
	margin: 0px 20px 20px 0px;	
}

.alignedRight{
	margin: 0px 0px 20px 20px;	
}