#wrapper {
 	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #999999;
	text-align: center;
    background-image: url(http://www.mattopia.com/images/wii_bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}
#page {
	background:#FFF;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	text-align: left;	/* counteract IE5/Win bug fix side effect */
	width: 900px;
}

#header {
	background:#000;
	width: 900px;
	height: 130px;
}

#hleft {
	background:#000;
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	height: 130px;
}
#hright {
	background:#000;
	float: right;
	width: 760px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 130px;
}

#menu {
	background:#000;
	width: 900px;
	height: 45px;
}


#body {
	background:#FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0 10px 0;
	float: left;
	width: 900px;
}

#content {
	background:#FFF;
	margin: 0px 75px 0px 75px;
	padding: 10px 0 0 10px;
	width: 750px;
	height:100%;
}

#lm {
	float: left;
	font: .75em Arial, Helvetica, sans-serif;
	width: 140px;
	height: 40px;
}
#rm {
	float: right;
	font: .75em Arial, Helvetica, sans-serif;
	width: 760px;
}

#right {
	float: right;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px 10px 2px 10px;
	width: 600px;
}
#left {
	float: left;
	margin-top: 0px;
	display: inline;
	margin-left: 10px;
	padding: 4px 0 2px 0;
	width: 300px;
}

#footer {
	background:#000;
	clear:both;
    padding-top: 5px;
	width: 900px;
	height: 60px;
}

h1 {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	margin-bottom: 2px;
}
h2 {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

p {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
}

ul,li {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 1px;
	padding-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

p a:link {
	color: #003399;
	text-decoration: none;
}

p a:visited {
	color: #003399;
	text-decoration: none;
}

p a:hover {
	color: #999;
	text-decoration: none;
}

.caption {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.photo_left {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding: 5px;
	text-align: center;
}
.photo_right {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: right;
	padding: 5px;
	text-align: center;
}

table#mainTable {
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
}
table#mainTable td {
  border-bottom: solid 0px #000000;
  border-left: solid 0px #000000;
  border-top: solid 0px #000000;
  border-right: solid 0px #000000;
}

.sidebar {
	font-family:  Courier New, Courier, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-left: 10px;
	padding: 16px;
	text-align: left;
    border-right: 1px solid #FFFFFF; 
    border-left: 1px solid #FFFFFF; 
    border-top: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF; 
	background-color:#333333;
	width: 320px;
}

.sidebar-ctext {
	font-family:  Courier New, Courier, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-left: 10px;
	padding: 16px;
	text-align: center;
    border-right: 1px solid #FFFFFF; 
    border-left: 1px solid #FFFFFF; 
    border-top: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF; 
	background-color:#333333;
	width: 320px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
    font-decoration: italic;
}
.love {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
    font-decoration: italic;
}
.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
	color: #FFFF00;
	font-weight: bold;
}

.topborderg { 
border-top: 1px solid #BEBEBE; 
} 

.rightborderg { 
border-right: 1px solid #BEBEBE; 
} 

.leftborderg { 
border-left: 1px solid #BEBEBE; 
} 

.wbullet {color: #FFFFFF
}



