body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg_image_02.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#E9E9E9;

}
img {
    border: 0px;
}
.CenterMain {
	background-image:url(../images/bg_image_04.jpg);
	background-repeat:repeat-x;
	background-color:#1d1d1d;
}
.LeftMain {
	background-image:url(../images/bg_image_03.jpg);
	background-repeat:repeat-y;
	background-color:#1d1d1d;
}
.RightMain {
	background-image:url(../images/bg_image_06.jpg);
	background-repeat:repeat-y;
	background-color:#1d1d1d;
}
a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color:#B5B5B5;
	text-decoration: none;
}
a:active {
	color:#ffffff;
	text-decoration: none;
}
/* Text */
	.title {
		color:#E9E9E9;
		font-size:20px;
	}
	.SmallText {
		font-size:12px;
	}
	
/* Fields */
	.button {
		background-color:#333333;
		border-style:solid;
		border-color:#333333;
		color:#CCCCCC;
	}
	
/* Navigation */
.top_navigation {
    margin-top: 30px;
}
.top_navigation ul { 
	list-style: none; 
	margin: 0; 
	text-align: right 
}
.top_navigation li {
	border-right: 0px solid #d7d7d7; 
	display: inline;
	padding: 0 .75em;
	white-space: nowrap;
}

/* Form Elements */
input[type="text"] {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 15px;
    font-family: Trebuchet MS;
    padding: 5px;
    margin: 5px;
}
input[type="text"].long {
    width: 300px;
}
textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    
    width: 370px;
    height: 100px;
    font-size: 15px;
    font-family: Trebuchet MS;
    
    padding: 5px;
    margin: 5px;
}
input[type="submit"] {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    
    width: 100px;
    font-size: 15px;
    font-family: Trebuchet MS;
    padding: 5px;
    margin: 5px;
}

#cfg_link {
    font-family: Verdana, Trebuchet MS, Arial;
    font-size: 9px;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;

    position: relative;
    width: 100%;
    text-align: right;
    margin-left: -220px;
    margin-top: -15px;
}

#cfg_link a {
    color: #ffffff;
    text-decoration: none;
}

#cfg_link a:hover {
    text-decoration: underline;
}