@charset "UTF-8";
/* CSS Document */

#full_body_container		{ background:url(../images/bg_full_body.jpg) center repeat-y; width:1000px; }
#full_bottom_container		{ background:url(../images/bg_full_bottom.jpg) center bottom no-repeat; }
#full_top_container			{ background:url(../images/bg_full_top.jpg) center top no-repeat; }
#full_content				{ width:800px; margin:auto; }

.full_title					{ padding-top:20px;	font-size: 24px; color: #004655;}
.full_body					{ padding-bottom:40px; margin-top: 5px; line-height: 20px;}


/*
USER FILES styles
*/
.file_hdr		{ font-weight: bold; }
.file_on		{ background: #ccc; }
.file_off		{}
.file_name		{ float:left;width:350px; }
.file_size		{ float:left;width:100px; }
.file_date		{ float:left;width:150px; }
A.file_link		{ color: #000; text-decoration: none; }
A.file_link:hover	{ text-decoration: underline; }
