@charset "utf-8";
/* CSS Document */

html, body {	
	margin: 0 auto; 	
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: url(images/bg.jpg) top #787878 repeat-x fixed;
}

img {
	border: none;
}

#Container {
	margin: 0 auto;
	margin-top: 0px;
	width: 1000px;
}

#ContainerLeft {
	margin: 0 auto;
	width: 512px;
	margin-top: 10px;
	text-align: center;
}

#ContainerRight {
	margin: 0 auto;
	width: 900px;
	padding: 25px 25px 25px 25px;
	text-align: center;
	background: url(images/content-bg.png) repeat;
}

#Websites {
	float: inherit;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
    z-index: 0;
	clear: both;
	text-align: left;
}

#Animations {
	float: inherit;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
    z-index: 0;
	clear: both;
	text-align: left;
	clear: both;
}

#footer {
	float: inherit;
	margin: 0 auto;
	width: 750px;
	clear: both;
}

#talents {
	float: inherit;
	margin: 0 auto;
	width: 950px;
	clear: both;
}

.contentcontainer {
	float: left;
    z-index: 0;
	width: 183px;
	min-height: 305px;
	padding: 23px 23px 23px 23px;
	margin: 0px 10px 10px 0px;	
	background: url(images/content-bg.png) repeat;
}

#about {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	letter-spacing:1px;
	line-height:24px; 
	color:#ccc;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background: url(images/content-bg.png) repeat;
}

.trades {
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/content-bg.png) repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
	color: #ccc;
	padding: 0px 0px 0px 0px;
}

ul {
	padding-left: 25px;
	margin-left: 0px;
}

li {
	list-style-type: disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	letter-spacing:1px;
	line-height:22px; 
	color:#ccc;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:15px;
}

h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 48px;
	color: #ccc;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 14px;
	color: #ccc;
	padding: 0px 0px 0px 0px;
}

h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 20px;
	color: #fff;
	margin-top: 0px;
}

a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited { 
	color: #fff; 
	text-decoration: none;
	}
a:hover { 
	color: #ff0000;
	text-decoration: none;
	}
a:active { 
	color: #fff; 
	text-decoration: none;
	}
