/* Start of CMSMS style sheet 'TIPS' */
body {
	font-size: 62.5%;
	background-color: #CCCCCC;
}
.left {float:left}
.right {float: right}

p, address, h1, ul, li, a, address, h2, h3, label {
	font: normal 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
em {font-style:italic}
strong {font-weight:bold}
h3 {font-size: 2em; color: #67735B; margin-bottom: .5em}
h2 {font-size: 1.5em}
a{
	text-decoration: underline;
	color:  #67735B;
}
ul {
	margin: 0 0 0 2em;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
#footer p {
	font-size: 1em;
}
address {
	text-align: right;
}
#pictures .border {
	border-right: #FFFFFF solid 1px;
}
label {
padding-right: 5px;
}
td {
padding: .5em 0;
}
/*=============================================Page Layout*/
#page_wrap {
	width: 730px;
	margin: 0 auto;
	border-left: 1px solid #999933;
	border-right: 1px solid #999933;
}
#header {
	background: url(images/tips/header_bg.jpg) no-repeat;
	height: 83px;
}
#menuwrapper{
	border-bottom: #FFFFFF solid 1px;
	background-color: #67735B;
	width: 100%;
	height: 2.5em;
}
#pictures {
	height: 204px;
	border-bottom: #FFFFFF solid 1px;
}
#content {
	background-color: #e5e2d8;
	overflow: hidden;
}
#main_content {
	width: 500px;
}
#sidebar {
	width: 184px;
	min-height: 382px;
	background: url(images/tips/side_bg.jpg) no-repeat;
	text-align: center;
}
#header, #main_content, #sidebar {
	padding: 1em;
}
#footer {
	clear: both;
	background-color: #bab192;
	height: 1em;
	padding: 1em;
}
/* End of 'TIPS' */

