@charset "utf-8";

#mainflash {
	width: 676px; /* 658 + 9 + 9 */
	height: 284px;/* 266 + 9 + 9 */
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}

#mainflash .box_content .box_right{
	padding: 0 9px;	
	margin-bottom: -2px;
	height: 268px; /* 266 + 2*/ 
}

#mainflash .box_content .box_right div.left{
	margin: 10px;
}

#mainflash .box_content .box_right div.left div.left
{
    margin: 0 20px 0 0;
}

#shortcuts,#submitCV{
	width: 257px;
	float: right;
}

#shortcuts .box_right, #submitCV .box_right {
	height: 99px;
}

#submitCV {
	margin-top: 2px; 
}

#submitCV .box_right {
	height: 110px;  /* 129 - 15 - 4 */
}

#submitCV P
{
    margin: 5px 0; 
}

#submitCV .fileContainer 
{
    float:left;
    width: 155px; /* 100 + 55 */
}

#submitCV .fileSubmitButton
{
    margin-top: 0;
    padding-left: 3px;
    float:left;
}

H2 
{
    text-transform: uppercase;
}

#News, #Blog 
{
    float:left;
    width: 465px; /* 447 + 9 + 9 */
}
#Blog 
{
    float: right;
}

#News .box_right, #Blog .box_right 
{
    height: 180px; /* 199 - 15 - 4 */
    position: relative;
}

#visittheblog {
	position: absolute;
	top:-25px;
	right:-20px;
}