/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}

body {
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e1172c;
	background-image: url(images/YomegaFireBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#BrickBg {
	background-image: url(images/BrickBg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Nav ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
#twitter_div {
	background-color: #E5E5E5;
	color: #000;
	text-align: left;
	border: 1px solid #000000;
}
#twitter_div #twitter_update_list {

}

#twitter_div #twitter_update_list li{
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#twitter_div #twitter-link {
	color: #000;
	padding-top: 5px;
}
#twitter_div .sidebar-title {
	font-size: 14px;
	font-weight: bold;
	background-color: #F21C1C;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color:FFFFFF;
	border-bottom: solid;
	border-bottom-color:000000;
	border-bottom-width:1px;
}

#Nav ul li a{
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color:000000;
	text-decoration:none;
}
#Nav ul li a:hover{
	color:#000;
	background-color:#FFD3D4;
}
#Container .TablePadding {
	padding: 5px;
}

#Content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	width: 795px;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-right: auto;
	background-color: #FFF;
}
#wrapper #Header {
	height: 140px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
}
#Nav {
	float:left;
	width: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	margin-top:5px;
}
#Content {
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 683px;
}
#Content #Container {
	padding: 5px;

}
.ClearBoth {
	clear: both;
}


.VideoLinks {
	color: #D72731;
	text-decoration: none;
}
.VideoLinks a{
	font-size:10pt;
	color: #6751A3;
	text-decoration: none;
	display: block;
}
.VideoLinks a:hover {
	font-size:10pt;
	color:FFFFFF;
	background-color: #D72731;
	display: block;
}
.ContentCell {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 14px;
}
.TableBorder {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}
.TableBorderHome td{
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.BottomLinks a{
	text-decoration:none;
}
.BottomLinks a:hover{
	text-decoration:underline;
}
#GotSkill {
}
#GotSkill td{
	padding:15px;
}
#RhodyOTable {
	border: 1px solid #000000;
}
#RhodyOTable td{
	padding:10px;
}
#RhodyOTable p{
	padding-bottom:10px;
}
.RedText {
	color: #F00;
}
h3 {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}
.VideoHeading {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.List ul {
	list-style-type: disc;
	margin-left: 30px;
}
