body { 
	background-color      : white;
    text-align            : center;
	font-family           : Arial;
    margin                : 0;
    padding               : 0; 
}

#content                  {
	background            : white url(../images/bg.jpg) repeat-x top left;
    width                 : 60%;
    height                : 475px;
    text-align            : left;
    margin                : 0;
    padding               : 0px; 
	float                 : left;
    clear                 : both;
}

#content a {
    color                 : #949494;
    border                : 0;
    text-decoration       : none;
}

#content a:hover {
    color                 : #CC0000;
    border                : 0;
    text-decoration       : none;
}

.here {
    color                 : #CC0000;
    border                : 0;
    text-decoration       : none;
}

#content p.name            {
    margin-top            : 0;
    color                 : black;
    font-size             : 15px;
    font-weight           : bold;
    text-align            : right;
    padding-top           : 165px;
}

#content p.one            {
    margin-top            : 0;
    color                 : black;
    font-size             : 12px;
    font-weight           : bold;
    text-align            : right;
}

#content p.two            {
    margin-top            : 0;
    color                 : black;
    font-size             : 12px;
    font-weight           : bold;
    text-align            : right;
    padding-top           : 120px;
}

#content p.three            {
    margin-top            : 0;
    color                 : black;
    font-size             : 12px;
    font-weight           : bold;
    text-align            : right;
    padding-top           : 60px;
}

#content p.nav            {
    margin-top            : 0;
    color                 : black;
    font-size             : 13px;
    font-weight           : bold;
    text-align            : right;
    padding-top           : 455px;
}

.text {
    float                 : right;
    display               : inline-block; 
	width                 : 300px;
    height                : 180px;
	border                : 0;
	color                 : #FFF;
	background            : transparent;
    text-align            : left;
	margin                : 0px 4px 0px 0px;
	padding-top           : 270px;
 }

.thumb {
	float                 : right;
    display               : inline-block; 
	width                 : 120px;
    height                : 180px;
	border                : 0;
	color                 : #000;
	background            : transparent;
    text-align            : left;
	margin                : 0;
	padding-top           : 270px;
}


