﻿body {
				margin: 0px;
				font-family: Tahoma, Arial;
				font-size: large;
				font-weight: normal;
				font-style: normal;
				font-variant: normal;
				background-color: #F5F662;
				color: #585805;
				background-image: url('../images/background.png');
				background-repeat: repeat;
}
#column0 {
				background-color: #F6AD62;
				color: #703A05;
}
#column1 {
				background-color: #F5F662;
				color: #585805;
}
#column2 {
				background-color: #F66462;
				color: #6F0906;
}
#column3 {
				background-color: #62F6AE;
				color: #055831;
}
#column4 {
				background-color: #AD62F6;
				color: #52099B;
}
a {
				color: #6f0906;
}
#column-menu {
				float: left;
				width: 200px;
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 15px;
				padding-bottom: 15px;
				background-color: #F66462;
				color: #055831;
}
#column-menu a {
				color: #6f0906;
				text-decoration: none;
				border: 0;
}
#column-body {
				background-color: #F6AD62;
				color: #055831;
				float: right;
				width: 600px;
				padding-left: 5px;
				padding-right: 5px;
				border-left-style: double;
				border-left-width: 9px;
				border-left-color: #F5F662;
				border-right-style: double;
				border-right-width: 9px;
				border-right-color: #F5F662;
}
#header {
				background-color: #52099B;
				color: #F5F662;
				text-align: center;
				border-bottom-style: double;
				border-bottom-width: 9px;
				border-bottom-color: #F5F662;
				border-top-style: double;
				border-top-width: 9px;
				border-top-color: #F5F662;
				padding-top: 18px;
				font-size: 28pt;
				font-weight: bold;
				background-image: url('../images/header-background.png');
				background-repeat: no-repeat;
				width: 850px;
				height: 112px;
}
#wrap-outer {
				border: 3px solid #52099B;
				width: 850px;
				margin: 0 auto;
}
#wrap-content {
				background-color: #F66462;
				border-left-style: double;
				border-left-width: 9px;
				border-left-color: #F5F662;
}
#column-body h1 {
				font-size: 22pt;
				font-weight: bold;
				border-bottom-style: solid;
				border-bottom-width: 3px;
				border-bottom-color: #055831;
				text-indent: 10px;
				color: #055831;
}
#column-body h2 {
				font-size: 16pt;
				font-weight: bold;
				color: #055831;
				font-style: italic;
}
.clear {
				clear: both;
}
#footer {
				border-bottom-style: double;
				border-bottom-width: 9px;
				border-bottom-color: #F5F662;
				background-color: #52099B;
}
p.right {
				text-align: right;
				padding-right: 15px;
}
