body				{
					text-align: center;
					background-color: #ffffff;
					font-family: arial, helvetica, sans-serif;
					color: #000000;
					font-size: 11px;
					margin: 0px;
					height: 100%;
					}

body a:link				{text-decoration: none; color: #1864ff;}
body a:visited			{text-decoration: none; color: #1864ff;}
body a:hover			{text-decoration: none; color: #707070;}
					
body img			{
					border:0px;
					}

#container			{
					position: absolute;
					width: 955px;
					height: 100%;
					top: 0px;
					left: 50%;
					margin-left: -477.5px;
					background-color: #ffffff;
					}
					
#music				{
					position: absolute;
					top: 582px;
					right: 40px;
					background-color: transparent;
					z-index: 10;
					}
					
#header				{
					position: absolute;
					width: 588px;
					height: 362px;
					top: 0px;
					right: 0px;
					background-color: transparent;
					z-index: 3;
					}
					
#ad					{
					position: absolute;
					width: 48px;
					height: 159px;
					top: 147px;
					right: 0px;
					background-color: transparent;
					z-index: 11;
					}
					
#news_button		{
					position: absolute;
					width: 111px;
					height: 110px;
					top: 20px;
					left: 0px;
					background-color: transparent;
					z-index: 5;
					}
					
#bio_button			{
					position: absolute;
					width: 96px;
					height: 110px;
					top: 20px;
					left: 111px;
					background-color: transparent;
					z-index: 6;
					}
					
#media_button		{
					position: absolute;
					width: 129px;
					height: 110px;
					top: 20px;
					left: 207px;
					background-color: transparent;
					z-index: 7;
					}
					
#news_bg			{
					position: absolute;
					width: 552px;
					height: 422px;
					top: 154px;
					left: 30px;
					background-color: transparent;
					background-image: url(images/news_bg.png);
					background-position: top left;
					background-repeat: no-repeat;
					z-index: 2;
					}
					
#bio_bg				{
					position: absolute;
					width: 552px;
					height: 422px;
					top: 154px;
					left: 30px;
					background-color: transparent;
					background-image: url(images/bio_bg.png);
					background-position: top left;
					background-repeat: no-repeat;
					z-index: 2;
					}
					
#media_bg			{
					position: absolute;
					width: 552px;
					height: 422px;
					top: 154px;
					left: 30px;
					background-color: transparent;
					background-image: url(images/media_bg.png);
					background-position: top left;
					background-repeat: no-repeat;
					z-index: 2;
					}
					
#text				{
					position: absolute;
					text-align: justify;
					width: 497px;
					height: 289px;
					top: 133px;
					left: 49px;
					background-color: transparent;
					overflow:auto;
					z-index: 4;
					}
					
#text img			{
					max-width: 480px;
					}
					
#resume				{
					position: absolute;
					width: 229px;
					height: 122px;
					top: 337px;
					right: 100px;
					z-index: 8;
					}
					
#contact			{
					position: absolute;
					width: 229px;
					height: 123px;
					top: 459px;
					right: 100px;
					z-index: 9;
					}
					
/*BEGIN BLOG STYLES*/

/* Header
----------------------------------------------- */
#header 			{
    				margin:0 auto 0px;
    				border:0px;
    				}
					
#blog-title 		{
  					margin:0px 0px 0;
  					padding:0px 0px .25em;
  					border:0px;
  					border-width:0px 0px 0;
  					font-size:1%;
  					line-height:1.2em;
  					font-weight:normal;
  					color:#000000;
  					text-transform:uppercase;
  					letter-spacing:.2em;
  					}
					
#blog-title a 		{
  					color:#1864ff;
  					text-decoration:none;
  					}
					
#blog-title a:hover	{
  					color:#000000;
  					}
					
#description 		{
  					margin:0 0px 0px;
  					padding:0 0px 0px;
  					border:0px solid #eee;
  					border-width:0 0px 0px;
  					max-width:122px;
  					font:78%/1.4em Arial,Helvetica,Sans-serif;
  					text-transform:uppercase;
  					letter-spacing:.2em;
  					color:000000;
  					}


/* Content
----------------------------------------------- */
#content 			{	
    				width:497px;
    				margin:0 auto;
    				padding:0;
    				text-align:left;
    				}
					
/* Headings
----------------------------------------------- */
h2 					{
  					margin:0em 0 .75em;
  					font:78%/1.4em Arial,Helvetica,Sans-serif;
  					text-transform:uppercase;
  					letter-spacing:.2em;
  					color: #1864ff;
  					}


/* Posts
----------------------------------------------- */
.date-header 		{
    				margin:0em 0em;
    				}
					
.post 				{
    				margin:.5em 0 1.5em;
    				border-bottom:1px dotted #ccc;
    				padding-bottom:1.5em;
    				}
					
.post-title 		{
  					margin:.25em 0 0;
  					padding:0 0 4px;
  					font-size:120%;
  					font-weight:bold;
  					line-height:1.4em;
  					color:#1864ff;
  					}
					
.post-title a, .post-title a:visited, .post-title strong {
  					display:block;
  					text-decoration:none;
  					color:#707070;
  					font-weight:normal;
  					}
					
.post-title strong, .post-title a:hover {
  					color:#1864ff;
  					}
					
.post div 			{
  					margin:0 0 .75em;
  					line-height:1.6em;
  					}
					
p.post-footer 		{
  					margin:-.25em 0 0;
  					color:#ccc;
  					}
					
.post-footer em, .comment-link {
  					font:78%/1.4em Arial,Helvetica,Sans-serif;
  					text-transform:uppercase;
  					letter-spacing:.1em;
  					}
					
.post-footer em 	{
  					font-style:normal;
  					color:#1864ff;
  					margin-right:.6em;
  					}
					
.comment-link 		{
  					margin-left:.6em;
  					}
					
.post img 			{
  					padding:1px;
  					border:0px solid #ddd;
  					}
					
.post blockquote 	{
  					margin:1em 20px;
  					}
					
.post blockquote p 	{
  					margin:.75em 0;
  					}
					
/* Comments
----------------------------------------------- */
#comments h4 		{
  					margin:1em 0;
  					font:bold 78%/1.6em Arial,Helvetica,Sans-serif;
  					text-transform:uppercase;
  					letter-spacing:.2em;
  					color:#999;
  					}
					
#comments h4 strong	{
  					font-size:130%;
  					}
					
#comments-block 	{
  					margin:1em 0 1.5em;
  					line-height:1.6em;
  					}
					
#comments-block dt 	{
  					margin:.5em 0;
  					}
					
#comments-block dd 	{
  					margin:.25em 0 0;
  					}
					
#comments-block dd.comment-timestamp {
  					margin:-.25em 0 2em;
  					font:78%/1.4em Arial,Helvetica,Sans-serif;
  					text-transform:uppercase;
  					letter-spacing:.1em;
  					}
					
#comments-block dd p {
  					margin:0 0 .75em;
  					}
					
.deleted-comment 	{
  					font-style:italic;
  					color:gray;
  					}
.paging-control-container {
  					float: right;
  					margin: 0px 6px 0px 0px;
  					font-size: 80%;
					}
					
.unneeded-paging-control {
  					visibility: hidden;
					}