body {
	margin: 0;
	padding: 0;
	background: #fff;
}

h2 {
	font-size: 22px;
	color: #6f81af;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	bottom: 0;
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#header {
	background: url('../images/header.jpg');
	height: 173px;
	margin: 0 auto;
	width: 900px;
}

#menu {
background: url(../images/telphonetango.jpg);
background-repeat: no-repeat;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 20px;
	margin: 0 auto;
	text-align: right;
	width: 900px;
}

#menu a {
	color: #6f81af;
	padding-left: 20px;
}

#menu a:hover, #menu a.act {
	color: #bd4534;	
}

#menu a:hover {
	text-decoration: none;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	width: 900px;
}

#breadcrumbs {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 14px;
}

#breadcrumbs a {
	font-size: 14px;
	color: #7A87B4;
}
	
#left_columnn {
	margin-left: 34px;
	//float: left;
}

#right_columnn {
	float: right;
	text-align: right;
}

#footer {
	color: #7A87B4;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	
}

.manager { 
	color: #7A87B4;
}

.red {
	color: red;	
}

.underline {
	text-decoration: underline;	
}