body {
	background: #d2d1d0 url(images/background.jpg) repeat-x;
	margin: 0px;
	font-family: tahoma,Geneva,sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: MgOpen Modata,Arial,Tahoma;
	margin-top: 0;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #5a544a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	width: 950px;
	margin: 0 auto;
}

#header {
	border-bottom: 1px solid #000;
	background: #282828;
	height: 97px;
	width: 100%;
}

#menuWrapper {
	border-top: 1px solid #AB1F00;
	border-bottom: 1px solid #fff;
	background: #861D01;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}

#menu li {
	float: left;
	padding: 5px 10px 5px 0;
}

#menu a {
	color: #EEB7B7;
}

#page {
	width: 703px;
	background: url(images/pageBackground.jpg) repeat-y;
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 15px;
}

#rightColumn {
	float: left;
	padding-left: 15px;
	width: 232px;
	margin-bottom: 15px;
}

#rightColumn h3 {
    font-size: 26px;
    color: #151515;
    margin: 0;
}

#rightColumn h3 a {
    color: #151515;
    text-decoration: none;
}

#rightColumn h3 a img {
    border: none;
    vertical-align: text-top;
    float: right;
}

#tweets h3 a img {
    margin-top: -28px;
}

#clientsList {
    border: 1px solid #a6a6a6;
}

#clientsList li {
    background: #e0e0e0;
    padding: 10px 20px;
    border: 1px solid #fbfbfb;
    border-bottom-color: #a5a5a5;
}

#clientsList li:last-child {
    border-bottom-color: #fbfbfb;
}

#clientsList li a span {
    display: block;
    color: #4c4c4c;
    font-size: 11px;
}

#footerWrapper {
	background: #4b463e;
	width: 100%;
	border-bottom: 1px solid #615d56;
	margin-top: 15px;
	clear: both;
}

#footer {
  margin: 0 auto;
  color: #8f887c;
  padding: 5px 0;
  width: 950px;
}

#footer a {
	color: #DBDBDB;
}

#copyrightWrapper {
	background: #3a3735;
	width: 100%;
	border-top: 1px solid #2e2d2a;
}

#copyright {
    padding: 8px 0;
    color: #837e76;
    font-size: 10px;
    text-transform: uppercase;
    width: 950px;
    margin: 0 auto;
}

#copyright span {
    padding: 0 5px;
}

#copyright a {
    color: #cda869;
}

table {
	font-size: 13px;
}

