/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #A3CCD9 url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 5px 0;
	text-align: center;
	font: normal 85% "Comic Sans MS",sans-serif;
}

.gfx a {
	background: #F5F5F5 url(img/banner.jpg) no-repeat; display: block; height: 250px;
}

hr {
	background: url(img/hr.gif) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/hr.gif');
	width: 1px;
	height: 1px;
	border: 0;
}

h1 {
	font: bold 1.6em;
	color: #338;
}

h2 {
	font: bold 1em;
	margin: 3px 0 1px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #338;
	font: bold italic 1.3em;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

table, td, th {
	border-width: 1px;
	border-color: #E4E4E4;
	border-style: outset;
}


/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 632px; 
}
.container {
	margin: 0px;
}

/* menu */
.menu a {
	background: #EEF;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 110px; height: 36px;
}
.menu a#first {
	width: 80px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #FFF url(img/bgmenu.gif) no-repeat;
	color: #555;
}
.menu a#last {
	width: 107px;
	border-right: none;
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	border-top: 1px solid #E5E5E5;
	clear: both;
	padding: 16px 10px 0 10px;
}
.content p {
	margin: 3px 0 6px; color: #111;
	text-align: justify;
}
.item {
	padding: 10px;
}

.left {float: left;}

.right {float: right;}

.center {text-align: center;}

img.left {margin: 0 18px 6px 0;}
img.right {margin: 0 0 6px 18px;}

img {border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
}

/* footer */
.footer {
	height: 36px;
	padding: 5px 15px 0 15px;
	background: url(img/bgfooter.gif) bottom no-repeat;
	text-align: right;
	font: 0.8em serif;
	color: #CCC;
}
/* custom */
#editor {
	with:100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.t1 {
	border-width: 0px;
	margin:auto;
}
.t1 td, .t1 th {
	border-width: 0px;
}
.t1 td a img {
	border-width:0px;
}
input {
	font-size:11px;
}
div.clear {
	clear: both;
}
