skin1/main.css
find
Code:
#header .line1 {
direction:ltr;
height:67px;
position:relative;
}
and change height value to 105px;
then find in the same file
Code:
#content-container {
clear:both;
float:left;
margin-top:140px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}
and change margin-top value to 160px;