/* CSS Document */

body {
  background-color: #EEE;
  color: #454645;
  margin: 5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
	
img{
  border: 0;
	}
form{
  border: 0;
  margin: 0;
	}

.button {
  position: relative;
	top: 4px;
	padding: 0;
	}

.container {
  background-color: #FFF;
  width: 884px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
	border: 1px solid #AAA;
	height: 659px;
  }
	
h1 {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: normal;
  font-family: Times; 
	text-align: left;
  }

.content {
  width: 227px;
  height: 451px;
  position: absolute;
  top: 167px;
  left: 0px;
  padding-left: 12px;  
  padding-right: 12px;  
	text-align: justify;
  }

.logo {
  width: 174px;
  height: 97px;
  position: absolute;
  top: 8px;
  left: 24px;
  background-image: url(images/logo.gif);
  }

.banner {
  position: absolute;
  top: 18px;
  right: 24px;
  }

.mainimage {
  position: absolute;
  top: 0px;
  left: 251px;
  }
.mainwithpad {
  padding-top: 15px;
	padding-left: 15px;
	width: 400px;
	}

.topmenu {
  position: absolute;
  top: 126px;
  left: 0px;
  width: 884px;
  height: 41px;
	color: #FFF;
  }
.footer {
  position: absolute;
  top: 618px;
  left: 0px;
  width: 884px;
  height: 41px;
	color: #FFF;
  }
.topmenu p, .footer p {
  position: absolute;
  top: 13px;
  left: 10px;
  margin: 0px;
  }
.topmenu a, .footer a {
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 12px;
  }
.linkcolgreen {
  color: #226F27;
  }
.linkcolred, .linkcolred b {
  color: #D2232A;
  }
.linkcolpink {
  color: #EC008C;
  }
.linkcolorange {
  color: #E1A013;
  }
.linkcolpurple {
  color: #4F3780;
  }

.design {
  position: absolute;
	right: 0px;
	bottom: -20px;
	}

.countdownfoot {
  position: absolute;
	top: 13px;
	left: 251px;
  text-transform: uppercase;
	}

.news-left {
  width: 100%;
	position: relative;
  top: 210px;
	padding-right: 10px;
	text-align: center;
	}