/*===== o0o: STRUCTURE =====*/
#fixed {
width:960px;   		/* you can use px, em or % */
}
.blogstyle {
background:#fff;		/* right column background colour */
}
.blogstyle .colmid {
right:42%;				/* width of the right column */
background:#fff;		/* center column background colour */
border-right:solid 1px #eaeaea;
}
.blogstyle .colleft {
right:16%;				/* width of the middle column */
background:#fff;		/* left column background colour */
}
.blogstyle .col1 {
width:54%;				/* width of center column content (column width minus padding on either side) */
left:60%;				/* 100% plus left padding of center column */
}
.blogstyle .col2 {
width:17%;				/* Width of left column content (column width minus padding on either side) */
left:64%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
width:17%;				/* Width of right column content (column width minus padding on either side) */
left:68%;				/* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
#header {
background:url(../images/r755-3c.jpg) right no-repeat;
}

/*===== o0o: FORMS =====*/
div#search form#searchform{
width:160px;
}
div#search form#searchform .searchinput{
width:125px;
}
div#search form#searchform .button{
left:135px;
}