@charset "utf-8";
/* CSS Document */

body
{	
	width:100%;
	margin:0px;
	background-color: #fcecec;
}

#menu
{
	background:#f9d3d0;
	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:#460000;
}
#header
{
	background: url(../images/headerback.jpg);
	background-position:left;
	background-repeat:repeat-x;
	margin-top:0px;
}
#mainlogo
{
	color: #8C4646;
	font-size:36px;
}
#secondword
{
	color: #460000;
}
#upperpage
{
	background:#fcecec;
	background-repeat:repeat;
	height:360px;
	margin:0;
	background-image: url(../images/panic1.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom right;
}


#lowerpage
{
	min-height:420px;
	height:100%;
	background-repeat:repeat-x;
	background-color:#fcecec;
	background-image:url(../images/lowerportion.jpg);
	
}

#footer
{
	margin-top:20px;
	background:#fcecec;	
	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/panicattacks.png);*/
	background-repeat:no-repeat;
	background-position:left;
	height:116px;
	margin-left:40px;	
}

#pic2
{
	float: right;
	background-image: url(../images/panic2.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:#8C4646;
	font-size:16px;
	font-weight:bold;
}

#verticalmenu ul li a:hover
{
	color:#460000;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #35001B;
	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:35%;
	float:left;
}

#upperrightside
{
	width:60%;
	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 #8C0046;
}
.listcontent
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#707070;
	text-align:justify;
	padding-top:10px;
}



