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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

body{
font-family:Arial,Tahoma;
font-size:12px;}

#header{
	background-color: black;
	height: 45px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ff0099;
	float:left;
	width:100%;
	margin-bottom:15px;
}

#header #navigation{
float:left;
padding-left:15px;
padding-top:8px;}

#section{
color:#8D9DA6;
float:left;
border-right:1px solid #666666;
padding:8px;
}

#section span{
color:#FFFFFF;
margin-right:5px;}

#section span a{
color:#FFFFFF;}

#back_to_portfolio{
color:#FFFFFF;
float:left;
padding:8px;
margin-right:5px;
margin-left:5px;}

#back_to_portfolio a{
	padding-left:15px;
	color:#8D9DA6;
	text-decoration:none;
	background-image: url(../../images/back_port.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#back_to_portfolio a:hover{
background-image: url(../../images/back_port_on.gif);
color:#FFFFFF;
}

#selector{
color:#666666;
float:left;
padding:8px;
padding-top:4px;}

#selector select{
width:170px;}

#header #copyright{
	float:right;
	color:#8D9DA6;
	
}

#content{
margin: 0 auto;
text-align:center;}

#header #copyright p{
padding-top:15px;
padding-bottom:15px;
padding-right:30px;
margin-right:15px;
font-size:11px;
float:left;
background-image: url(../../images/litle_skyron.gif);
background-repeat: no-repeat;
background-position:right 6px;}

#footer{
margin: 0 auto;
width:970px;
padding-top:10px;
}

#footer p{
float:right;
color:#676767;
font-size:11px;
padding-bottom:10px;}

.divider{
margin-bottom:50px;}