/* CSS Document */

html, body
    {
        width: 100%;
        height: 100%;
    }

body
{
height: 100%;
margin: 0;
padding: 0;
text-align: center; /* For IE */
}

#container
{
	margin: 0 auto;
	width: 946px;
	height: 100%;
}

table 
{
	border-collapse:collapse;
}

body
{
margin: 0;
padding: 0;
text-align: center; /* For IE */
}

#canvas
{
	margin: 0 auto;
	width: 900px;
	height: 380px;
	
}

#container
{
	margin: 0 auto;
	width: 900px;
	height: 100%;
}	

.navigation_text {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
}
.description_text {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4C4C4C;
	padding-right: 10px;
}
.project_views {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	padding-right: 10px;
}
.project_views_bold {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #4C4C4C;
	padding-right: 10px;
	font-weight: bold;
}
.project_views_prev-next {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #4C4C4C;
	padding-right: 10px;
}
#container #canvas a:link {
	color: #4C4C4C;
}
#container #canvas a:hover {
	color: #000000;
}

.description_text_lighter {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #999999;
}
.subnavigation_text {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	padding-left: 10px;
}
#container .navigation_text #portfolio a:link {
	color: #666666;
}
#container .navigation_text #portfolio a:hover {
	color: #CCCCCC;
}
#container a:link {
	color: #666666;
}
#container a:hover {
	color: #CCCCCC;
}
.par_text {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
.description_text_bottom_padding {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #4C4C4C;
	padding-right: 10px;
	padding-bottom: 10px;
}
