@charset "utf-8";
/* CSS Document */

body
{	
	width:100%;
	margin:0px;
	background-color: #f7d5d6;
}

#menu
{
	background-color:#A54344;
	height:25px;
	padding: 20px;
}
#menu ul
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

#menu ul li
{
	display:inline;
	background:url(../images/seperator.jpg) no-repeat right;

}

#menu ul li a
{
	text-decoration:none;
	color:#FFF;
	margin-left:20px;
	margin-right:15px;
	padding:0 5px 0 5px;
	
}

#menu ul li a:hover
{
	font-weight:bold;
}

.current_page
{
	color:#59002D;
}
#header
{
	background: url(../images/headerback.jpg);
	background-position:left;
	background-repeat:repeat-x;
	margin-top:0px;
}
#mainlogo
{
	color: #640032;
	font-size:36px;
}
#secondword
{
	color: #005151;
}
#upperpage
{
	background-color: #f7d5d6;
	background-repeat:repeat;
	height:360px;
	margin:0;
	background-image: url(../images/tartan1.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom right;
}



/*#lowerpage
{
	background-repeat: repeat-x;
	background-color: #f7d5d6;
	background-image: url(../images/headerback.jpg);
	height: 360px;
	
	
	
}


#footer {
clear:both;
padding:10px 0 50px;
text-align:center;
width:auto;
}*/

#lowerpage
{
	min-height:420px;
	height:100%;
	background-repeat:repeat-x;
	background-color:#f7d5d6;
	background-image:url(../images/headerback.jpg);
	
}

#footer
{
	margin-top:20px;
	background:#f7d5d6;	
	background-repeat:repeat;
	
}

#footerback
{
	
	background:url(../images/footer2.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}
#footerleft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom:15px;
	padding-top:15px;	
}
#abc
{
	padding-top:10px;
}
#logo
{
	background:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:116px;
	margin-left: 40px;	
}

#pic2
{
	float: right;
	background-image: url(../images/tartan2.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:top right;
	width:100%;
	height:31px;
	
}

#verticalmenu
{
	float:left;
	margin-left:60px;
}

#verticalmenu ul
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:50px;
	margin-top:60px;
}

#verticalmenu ul li
{
	list-style: url(../images/liststyle.jpg);
	list-style-position: inherit;
	padding-top:5px;
}

#verticalmenu ul li a
{
	text-decoration:none;
	color: #9D004F;
	font-size:16px;
	font-weight:bold;
}

#verticalmenu ul li a:hover
{
	color: #59002D;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #530029;
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	
}
#bottom-contents
{
	margin-left:50px;
	margin-right:50px;
}

#leftside
{
	float:left;
	width:48%;
		
}

#rightside
{
	float:right;
	width:48%;
		
	
}

p
{
	color: #707070;
	text-align:justify;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#upperleftside
{
	width:31%;
	float:left;
}

#upperrightside
{
	width:65%;
	float:right;
}
#ads {
	height: 250px;
	width: 330px;
	margin-right:180px;
	margin-left:100px;
	}
	
p img
{
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	border:solid 4px #6C0036;
}

.clear {
	display:block;
	
	}

