body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	}
	
body,p {	
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height:20px;
	}
  
font.title {
	color: #c71a21;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	margin: 20px 0;
	font-size: 18px;
	}
  
A:link, A:visited, A:active { text-decoration: none; color: #c71a21; }

div.container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 1.2em;
	background:#FFF;
	}

div.main {
	width: 780px;
	min-height:666px;
	background:#FFF;
	}

div.box {
	width: 253px;
	margin: 5px 0px 5px 4px;
	float:left;
	text-align: justify;
	}

div.welcome {
	width: 380px;
	margin: 5px 0px 0px 4px;
	float:left;
	}
	
div.footer {
	width: 778px;
	margin:0 auto;
	font-size: 0.8em;
	color: #fff;
	background:#000;
	padding: 3px 3px 3px 3px;
	}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
    }

.left {
	float:left;
	}

.right {
	float:right;
	}

img, a:link img, a:visited img {
	border:0
	}

.h-line{
	border-bottom:#CCCCCC 1px solid;
	margin: 20px 0px;
	}
	
.v-line{
	border-right:#CCCCCC 1px solid;
	}

hr {
	WIDTH: 100%;
	HEIGHT: 3px;
	COLOR: #c71a21;
}
