/*
###############
##           ##
##  General  ##
##           ##
###############
*/

body {
	background: #cdcbcb;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333366;
	margin: 10px;
    }

h1 {
	font-size: 16pt;
	}
h2 {
	font-size: 15pt;
	}
h3 {
	font-size: 14pt;
	}
p {
	font-size: 12pt;
}
a:link,
a:active,
a:visited {
	color: green;
    text-decoration : none;
}
a:hover {
	color: red;
    text-decoration : none;
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border-style: none;
    }

/*
#########################
#####               #####
#####   Structure   #####
#####               #####
#########################
*/
#header {
    }
#header_top {
	float: left;
    }
    #header_top p {
        margin-top: 0px;
        margin-bottom: 0px;
        }
#sp_logo_img {
    display: none;
    }
#header_menu {
    }
#menu_nav {
	display: none;
	}
#outer_page_body {
	}
#page_body {
    }
#footer {
	margin-top: 40px;
	padding-top: 40px;
	clear: left;
    }
    #footer a:link,
    #footer a:active,
    #footer a:visited {
		color: #333366;
        text-decoration : none;
        }
    #footer a:hover {
		color: red;
        text-decoration : none;
        }
    #footer p {
		float: left;
        margin: 5px 20px 5px 0px;
        padding: 0px;
		font-size: xx-small;
        }
#footer_terms {
	display: none;
    }
#footer_privacy_policy {
	display: none;
    }
#validator_logos {
	display: none;
    }

/*******************

 About page

*******************/
.about_section {
	border: 1px solid #cdcbcb;
	float: left;
	margin: 10px;
	padding: 10px;
    }
    .about_section h2 {
		margin-top: 0px;
		margin-bottom: 5px;
		}
    .about_section ul {
		margin: 0px;
		padding: 0px;
		}
	.about_section li {
		list-style-type : none;
        }
#development_div {
	clear: left;
	}

/*******************

 Project Page

*******************/
#projects_body {
	}

/*******************

 Contact Page

*******************/
#contact_email_div {
	clear: left;
	}
.contact_section {
	border: 1px solid #cdcbcb;
	float: left;
	margin: 10px;
	padding: 10px;
    }
.contact_sub_section {
	float: left;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
    }
    .contact_sub_section h3 {
		margin-bottom: 0px;
	    }
    .contact_sub_section p {
		margin-top: 5px;
	    }
