﻿

* {
margin:0;
padding:0;
}

p 
{
	margin-top:10px;
}

h1, h2, h4, h5 
{
	color:#80162a;

}
h3 
{
	color:#84b5ce;
}
a 
{
	color:#80162a;
	
}


body 
{
	background-color:#ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:10pt;
}

#header 
{
	background-image:url(images/TopGradient.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	
}


#headerImage 
{
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:212px;
	text-align:left;
	margin:auto;
}

#menu 
{
	text-align:center;
	
}

#menuContent 
{
	padding-top:16px;
	
	text-align:left;
		width:790px;
	margin:auto;
}

.horisontalDiv2 
{
	height:1px;
	background-color: #84b5ce;
	width:790px;
	
}

.horisontalDiv 
{
	height:1px;
	background-color: #80162a;
	width:790px;
	
}

#main 
{
	text-align:center;
}

#mainContent 
{
	background-color:#edf4fa;
	margin:auto;
	width: 790px;
	text-align:left;
	
}

#mainContentInner
{
	background-image: url(images/BgContent.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:15px;
	
	
}

#footer 
{
	background-image:url(images/BottomGradient.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	text-align:center;
}

#footerContent 
{
	margin:auto;
	width:790px;
	height:40px;
	padding-top:60px;
}

.developedBy 
{
	background-image:url(images/caddiesoft.png);
	width:122px;
	height:28px;
	margin: 0 0 0 400px; 

}


.poweredBy 
{
	background-image:url(images/sitefinity.png);
	width:95px;
	height:28px;
	margin:0 0 0 295px;
	float:left;

}

