body						{
							font-family: Arial, Helvetica, sans-serif;
							margin: 0px;
							padding: 0px;
							background-color: #464657;
							background-image: url(../media/images/main_bg.png);
							background-repeat: repeat-x;
							background-position: 0 0;
							}
							
img							{
							margin: 0px;
							padding: 0px;
							border-width: 0px;
							line-height: 0px;
							}
							
a							{
							text-decoration: none;
							color: #fff;
							}
							
a:hover						{
							color: #666;
							text-decoration: underline;
							}
							
.col						{
							display: inline;
							letter-spacing: 1px;
							margin: 7px 7px 12px 7px;
							}
							
.float_left					{
							float: left;
							border-width: 0px;
							border-color: red;
							border-style: solid;
							}
							
.right						{
							float: right;
							margin: 7px 0px 0 0;
							width: 45%;
							border-width: 0px;
							border-color: green;
							border-style: solid;
							}
							
.info						{
							color: #eee;
							font-size: .7em;
							font-weight: normal;
							margin: 0px;
							padding: 0px;
							}
							
.grey						{
							color: #999 !important;
							font-size: .6em;
							margin-top: 3px;
							}
							
#container					{
							width: 700px;
							margin: auto;
							}
							
#header 					{
							text-align: left;
							margin: 15px 0 5px 0;
							}
							
#header h3					{
							color: #fff;
							display: inline;
							font-size: .8em;
							letter-spacing: 1px;
							font-weight: normal;
							line-height: -10px;
							}

#header img					{
							margin: 0 0 -3px 0;
							}
							
#nav						{
							font-size: .8em;
							letter-spacing: 1px;
							color: #fff;
							display: inline;
							float: right;
							text-align: right;
							line-height: -10px;
							}
							
#content					{
							width: 700px;
							margin: 0px;
							padding: 0px;
							background-color: #222;
							border-width: 1px 0 0 0;
							border-color: #999;
							border-style: solid;
							}
							
#content ul#projects 		{
							width: 706px;
							list-style-type: none;
							margin: 0px;
							}
							
#content ul#projects li		{
							float: left;
							padding: 0px;
							line-height: 0px;
							}
							
#content ul#projects li img	{
							border-width: 1px;
							border-color: #999;
							border-style: solid;
							}