/* CSS Document */

body {
background-image:url(images/background.png);
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color:#000000;
text-decoration:none;

}

a:hover {
color: #000066;
text-decoration:underline;

}

a:visited {
color:#000066;
text-decoration:none;

}

h1 {
	font-size: 18px;
	text-align:center;
	
}


#main_table {
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
background-color:#FFFFFF;

}
#header {
color:#000000;
text-align:center;
font-weight:bold;

}

#header a:link {
font-size: 16px;
text-decoration:none;
color:#000000;
font-weight:bold;
}

#header a:hover {
font-size: 16px;
text-decoration:underline;
color:#000000;
font-weight:bold;

}

#header a:visited {
font-size: 16px;
text-decoration:none;
color:#000000;
font-weight:bold;

}

#header h1 {
font-size:24px;

}

#navigation {
text-align:center;
width:100%;
}

#mainpage{
font-size:14px;
font-weight:bold;
text-align:center;

}

#mainpage h2 {
font-size: 18px;
text-align:center;

}

.mainpage{padding-right:20px;}


#business {
font-size: 14px;
text-align: center;

}

#business a:link {
color:#000000;
text-decoration:none;

}

#business a:hover {
color:#000000;
text-decoration:underline;

}

#business a:visited {
color:#000000;
text-decoration:none;

}

#main {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
padding-left: 20px;
padding-bottom: 30px;

}

#main h1 {
font-size: 24px;
}

#main h2 {
font-size:12px;
font-weight: 100;

}

.menu {
font-size: 12px;
text-align:center;
padding: 10px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/menu.png);
background-repeat:repeat-x;
}

#menu a:link {
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
font-size: 14px;
}

#menu a:hover {
color:#cccccc;
text-decoration: none;
font-weight:bold;
font-size: 14px;
}

#menu a:visited {
color:#FFFFFF;
text-decoration: none;
font-weight:bold;
font-size: 14px;
}

.menu_current {
border-bottom: 2px solid #ffffff;
}

#bottom_menu {
text-align:center;
font-size: 10px;
color: #000066;
}

#bottom_menu a:link {
text-align:center;
font-size: 10px;
color: #000066;
text-decoration:none;
}

#bottom_menu a:hover {
text-align:center;
font-size: 10px;
text-decoration: underline
color:#333333;

}

#bottom_menu a:visited {
text-align:center;
font-size: 10px;
text-decoration:none;
color:#000000;
}

#design{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;

}

#design h1 {
font-size: 20px;
text-align: center;
text-decoration:underline;
}

#portfolio1 {
padding-left: 10px;
background-color: #000066;
color:#FFFFFF;
padding-right: 10px;

}

#portfolio2 {
padding-left: 10px;
background-color: #000000;
color:#FFFFFF;
padding-right: 10px;

}

#portfolio2 a{
color:#FFFFFF;
text-decoration: underline;
}

#portfolio1 a{
color:#FFFFFF;
text-decoration: underline;
}

#column2 {
	background-color: #000066;
	color: #fff;
}
#column2 a {
	color: #fff;
}


#column3 {
	background-color: #fff;
	color: #000;
}

#column3 a {
	color: #000;
}


