* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #CC99FF;
	background-image: url(http://www.timandangi.com/images/left.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
}
h1, h3 {
	font-size: 1.5em;
	background-color: #93F;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CC99FF;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
h2 {
	font-size: .9em;
	background-color: #93F;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a {
	text-decoration: none;
	color: #93F;
}
a:hover {
	color: #FFFFFF;
	background-color: #93F;
}
#header {
	background-image: url(http://www.timandangi.com/images/top.jpg);
	background-repeat: repeat-x;
	background-color: #93F;
	height: 80px;
	padding-top: 10px;
	padding-left: 15px;
}
#banner {
	margin-left: 156px;
	text-align: center;
	margin-top: -80px;
	height: 65px;
}
#banner p {
	text-align: center;
}
#corner {
	background-image: url(http://www.timandangi.com/images/corner.jpg);
	background-repeat: no-repeat;
	height: 45px;
	position: absolute;
	top: 70px;
	left: 136px;
	width: 45px;
	text-align: center;
}
#menu {
	width: 136px;
	background-image: url(../../images/menu_bk.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 9px;
	position: absolute;
	top: 70px;
}
#misc {
	background-image: url(http://www.timandangi.com/images/left.jpg);
}
#misc p {
	padding-top: 2px;
	padding-bottom: 3px;
}
#misc a {
	color: #FFF;
}
#misc a:hover {
	color: #93F;
	background-color: #FFF;
}
#content {
	margin-top: 30px;
	margin-left: 156px;
	width: 90%;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 10px;
	margin-left: 10px;
}
#ticker {
	margin-left: 75%;
	margin-bottom: 10px;
}
input.btn {
	color: #FFFFFF;
	background-color: #93F;
	font-size: .9em;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	width: 80px;
	padding: 2px;
	margin-top: 2px;
}
input.btnhov { /*onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"*/
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
input, select, textarea {
	color: #FFFFFF;
	background-color: #93F;
	padding: 2px;
}
label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.rss_title {
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	color: #000000;
}
.rss_desc {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 10px;
	margin-left: 10px;
}
.rss_link {
	text-align: center;
}
.center {
	text-align: center;
}

