@charset "utf-8";

@import url('antispam.css');
@import url("fonts.css");
@import url("menu.css");
@import url("forms.css");

body {
		margin:0;
		padding:0;
		background: #fff url(../++resource++template_images/wrapperbg.gif) top repeat-x;
}

#wrapper {
		width:952px;
		margin:0 auto;
}

#header {
		height:85px;
}
#menu {
		height:35px;
		display:block;
		float:left;
		width: 775px;
		border-bottom:1px solid #fff;
		z-index: 5;
}
#search {
		height:35px;
		display:block;
		float:left;
		width: 175px;
		border-bottom:1px solid #fff;
}
#splash {
		width:950px;
		border-left: solid 1px #aaa;
		border-right: solid 1px #aaa;
		clear:both;
		padding: 0px;
		margin: 0px;
		z-index: 0;
}

#page-top {
		width:950px;
		height:165px;
		border-left:dotted 1px #aaa;
		border-right:dotted 1px #aaa;
		clear:both;
		background:#46494e;
}

#main {
		width:950px;
		border-left: solid 1px #aaa;
		border-right: solid 1px #aaa;
		clear:both;
		
}
#col-left {
		
		width:240px;
		float:left;
		margin:0;
		padding:0;
		
}
#col-left-first, #col-right-first {
		background: #fff url(../++resource++template_images/column-top.gif) top repeat-x;
}
#col-left-item, #col-right-item {
		border-top:dotted 1px #aaa;
}
#col-mid {
		float:left;
		width:468px;
		border-right: solid 1px #aaa;
		border-left: solid 1px #aaa;
		}
		
#col-mid-wide {
		float:left;
		width:708px;
	
		border-left: solid 1px #aaa;
		}

.col-mid-triple {
		background: #fff url(../++resource++template_images/mid-top.gif) top repeat-x;
		border-left: solid 1px #aaa;
		width:155px;
		display:block;
		float:left;
		
}
.col-mid-triple-first {
		border-left:0;
}

#col-mid-item {
		border-top:solid 1px #aaa;
		padding-top:10px;
		clear:both;
}
#col-mid-item img {
		float:right;
}
#col-right {
	
		width:240px;
		float:left;
		margin:0;
		padding:0;
}

#footer {
		width:100%;
		display:block;
		clear:both;
		height:61px;
		margin:0 auto;
		padding-top:15px;
		background: #464a4e url(../++resource++template_images/footerbg.gif) top repeat-x;
		text-align:center;
}

.clear {
		width:100%;
		height:2px;
		clear:both;
}

#header a img {
		border:0;
}

.homelink {
		position:absolute;
		margin-top:15px;
}

.bannerlink {
		position:absolute;
		/**margin-left:690px;**/
		margin-left: 500px;
		padding:17px 62px 15px 0;
}

.awardlink {
		/**margin-left:897px;**/
		margin-left: 750px;
		margin-top: 2px;
}

.awardlink img {
	margin-top: 10px;
}