/*************************************************************************
	GLOBAL ELEMENTS
************************************************************************/
*
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
}

body 
{
	background-color: #000000;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

img
{
	border: 0;
}

#main
{
	position: relative;
	top: 40px;
	/*background-image: url(images/bg.jpg);*/
	width: 600px;
	height: 401px;
}

#pic
{
	position: relative;
	background-image: url(images/chrisstanding.jpg);
	width: 600px;
	height: 401px;
	font-size: 12px;
}

#contactleft
{
	position: relative;
	float: left;
	width: 237px;
	height: 401px;
}

#contactright
{
	position: relative;
	top: 100px;
	width: 350px;
	height: 200px;
	float: right;
	font-size: 14px;
}

#aboutright
{
    position: relative;
	float: right;
	width: 221px;
	height: 401px;
}

#aboutleft
{
    position: relative;
	top: 75px;
	width: 379px;
	height: 238px;
	float: right;
	font-size: 14px;
}

#nav
{
	position: relative;
	top: 40px;
}

#sociolinks 
{
	position: relative;
	top: 70px;
	width: 680px;
	height: 15px;
}

#sociolinks ul
{
	width: 100px;
	height: 15px;
	
	margin: 10px 0;
	padding: 20px 0 20px 8px;
	
	float: right;
	text-align: left;
	
	list-style: none;
	border-left: 1px dashed #333333;
}

#sociolinks ul li
{
	padding: 0 0 10px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#sociolinks img
{
	float: left;
	margin-right: 5px;
}

#sociolinks ul li a
{
	color: #FFFFFF;
}

#sociolinks ul li a:hover
{
	color: #FFFFFF;
}

#sociolinks ul.NavName
{
	width: 150px;
	border: 0;
	text-align: right;
}

#footer 
{
	position: relative;
	top: 40px;
	width: 600px;
	height: 10px;
	float: center;
	clear: both;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin-top: 4px;
}

#footer a
{
	color: #666666;
}

#breakline {
	background-image: url(images/breakline.jpg);
	background-repeat: no-repeat;
	height: 1%;
	position: relative;
	top: 401px;
}
#breakline2 {
	background-image: url(images/breakline.jpg);
	background-repeat: no-repeat;
	height: 1%;
}
