/*-------------------------------------------------
Global
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	color: #536164;
	line-height: 18px;
	background: #FFF url(../images/bg.jpg) no-repeat;
}

body div {
	text-align: left;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	outline: none;
}

img {
	border: none;
}

	#container {
		margin-left: 165px; 
		margin-top: 330px;
	}

/*-------------------------------------------------
MISC 
-------------------------------------------------*/

hr, .hide {
	display: none;
}

a img {
	border: none;
}

a {
	color: #ff8f00;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*-------------------------------------------------
IE Stuff 
-------------------------------------------------*/

* html .group { /* IE6 */
	height: 1%;
}

*:first-child+html .group { /* IE7 */
	min-height: 1px;
}

/*-------------------------------------------------
Typography 
-------------------------------------------------*/

.TxtLink {
	color: #536164;
	text-decoration: none;
}

a.TxtLink {
	color: #536164;
	text-decoration: none;
}

a.TxtLink:hover {
	color: #ff8f00;
	text-decoration: none;

}

.TxtOrange {
	color: #ff8f00;
	font-weight: bold;
}

a.TxtOrangeLink {
	color: #ff8f00;
	text-decoration: none;
}

a.TxtOrangeLink:hover {
	color: #ff8f00;
	text-decoration: underline;
}

/*-------------------------------------------------
Structure
-------------------------------------------------*/

/*-------------------------------------------------
Forms
-------------------------------------------------*/
