/* CSS Document */

/*----------BODY STYLES----------*/

body				{ 
					font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
					font-size: 12px;
					color: #FFFF66;
					text-align: justify;
					background-color: #000033;
					}

.thumbs  			{
          			margin: 0px;
          			padding: 0px;
          			border: 0px solid #000000;
          			}

.thumbs:hover  		{
                	border: 0px solid #9999cc;
          			}

h1					{
					font-size: 11px;
					color: #72EDED;
					text-align: left;
					}

h2					{
					font-size: 12px;
					font-style: normal;
					color: #F47E1E;
					text-align: left;
					}
						

					
/*----------DIV STYLES----------*/

#indexcontainer		{
					width: 1000px;
					height: 100%;
					margin: 0 auto;
					}
					
#homeheader			{
					width: 1000px;
					height: 74px;
					background-image: url(../images/header_home.jpg);
					border-bottom: 2px solid #72EDED;
					}
					
#blogheader			{
					width: 1000px;
					height: 74px;
					background-image: url(../images/header_blog.jpg);
					border-bottom: 2px solid #72EDED;
					}

#linksheader		{
					width: 1000px;
					height: 74px;
					background-image: url(../images/header_links.jpg);
					border-bottom: 2px solid #72EDED;
					}

#meheader			{
					width: 1000px;
					height: 74px;
					background-image: url(../images/header_me.jpg);
					border-bottom: 2px solid #72EDED;
					}
					
#navbar				{
					width: 1000px;
					height: 45px;
					background-color: #000033;
					background-image: none;
					margin-bottom: 10px;
					}

#navbar	ul			{
					margin-left: 0px;
					margin-top: 5px;
					margin-bottom: 0px;
					margin-right: 0px;
					float: left;
					padding: 0px;
					}

#navbar li			{
					list-style-type: none;
					display: inline;
					float: left;
					}

#homecontent		{
					color: #72EDED;				
					width: 1000px;
					height: 100%;
					float: none;
					}

#blogcontent		{
					color: #72EDED;
					width: 1000px;
					height: 100%;
					float: none;
					}

#linkscontent		{
					color: #72EDED;
					width: 1000px;
					height: 100%;
					float: none;
					}

#mecontent			{
					color: #72EDED;
					width: 1000px;
					height: 100%;
					float: right;
					}


#footer				{
					width: 1000px;
					height: 13px;
					clear: both;
					text-align: center;
					font-size: 11px;
					border-top: 5px solid #000033;
					}


/*----------LINK STYLES----------*/

a:link				{
					color: #72EDED;
					text-decoration: none;
					}

a:visited			{
					color: #72EDED;
					text-decoration: none;
					}

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



#navbar a			{
					color: #FFFF66;
					text-decoration: none;
					float: left;
					font-size: 0px;
					border-bottom: 0px solid #FFFF66;
					padding: 0px 0px 0px 0px;
					margin-left: 0px;
					}

#navbar a:hover		{
					color: #CC6600;
					text-decoration: none;
					}