/*
----------------------------------

Funkycorp

copyright 2008

----------------------------------
*/

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background-color: #ffffff;
}

/*
----------------------------------

CONTENT (WRAP)

----------------------------------
*/

#content {
    
}

#content h1 {
    font-size: 2em;
    font-family: georgia, "times new roman", serif;
}

#content dl {
    margin: 0 10px 10px 0;
    border-top: 1px solid #fff;
    font-size: 1.2em;
}

#content dl.top {
    margin-right: 10px;
    border-top: 1px solid #fff;
    font-size: 1.2em;
}

#content dl dt {
	float: left;
	width: 110px;
    padding-top: 10px;
	color: #464646;
    font-weight: bold;
}

#content dl.top dt {
	padding-top: 25px;
    color: #464646;
    font-weight: bold;
}

#content dl dd {
	zoom: 1; /* hasLayout IE fix */
	margin: 0 0 0 110px;
    padding-top: 10px;
    color: #464646;
}

#content dl.top dd {
	padding-top: 25px;
    color: #464646;
}

#content dl dd a, #content dl dd a:visited {
    color: #464646;
    text-decoration: none;
}

#content dl dd a:hover, #content dl dd a:active {
    text-decoration: underline;
}

#content dl dd ul li {
	padding: 0 0 0 20px;
    line-height: 150%;
}

#left-wrapper {
    padding-left: 195px;
    float: left;
}

#left {
    width: 377px;
}

#right-wrapper {
    width: 377px;
    float: left;
}

#right {
    
}