@charset "UTF-8";

/**
 * Reset the browser 
 */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body 
{
	background-color: #ffffff;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
}

/**
 * Top logo
 */
#top_logo
{
	margin-left:35px;
	margin-top:30px;
}

/**
 * Page body
 */

#page_body
{
	text-align:center;
	background-image: url(../images/body_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height: 540px;
}

#image_top_right
{
	text-align:center;
	background-image: url(../images/portfolio/coffee_stain.png);
	background-repeat: no-repeat;
}

#image_bottom_left
{
	text-align:center;
	background-image: url(../images/portfolio/wacom_pen.png);
	background-repeat: no-repeat;
}

/**
 * Bottom menu 
 */
#bottom_menu
{
	background-image: url(../images/bottom_menu_bar.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	margin-top: 25px;
	padding: 5px 5px 5px 5px;
}
#bottom_menu A:link		{color: #4b4b4a; text-decoration:none;}
#bottom_menu A:visited	{color: #4b4b4a; text-decoration:none;}
#bottom_menu A:active	{color: #aa3251; text-decoration:none;}
#bottom_menu A:hover	{color: #aa3251; text-decoration:none;}

#bottom_menu .home
{
	margin-right: 43px;
}

#bottom_menu .projects
{
	margin-right: 23px;
}
	
#bottom_menu .blog
{
	margin-left: 17px;
}

/**
 * Homepage 
 */
#logo
{
	text-align: center;
	margin-top: 50px;
}

#home_contact
{
	text-align: center;
	font-family: arial;
	font-size: 8pt;
	margin-right: 489px;
	margin-bottom: -10px;
}
#home_contact A:link	{color:#4b4b4a; text-decoration:none;}
#home_contact A:visited	{color:#4b4b4a; text-decoration:none;}
#home_contact A:active	{color:#4b4b4a; text-decoration:none;}
#home_contact A:hover	{color:#4b4b4a; text-decoration:none;}


#header_swf
{
	margin-top:35px;
}

#home_content
{
	margin-left: auto;
	margin-right: auto;
	width:640px;
	margin-top:25px;
}

#home_content p
{
	font-family: arial;
	font-size: 10pt;
	color: #4b4b4a;
	line-height: 13pt;
	text-align:left	
}

/**
 * Generic page
 */
#page_content
{
	margin-left: auto;
	margin-right: auto;
	width:640px;
	margin-top:25px;
}

#page_content p
{
	margin-top: 55px;
	font-family: arial;
	font-size: 10pt;
	color: #4b4b4a;
	line-height: 13pt;
	text-align:left	
}

/**
 * Portfolio page
 */
#page_body .portfolio_line
{
	text-align: center;
	width: 100%;
	height: 181px;;
	text-align: center;
	margin-bottom: -60px;
}

#page_body .portfolio_line img
{
	margin-left:15px;
	margin-right:15px;
}
