/* 
    Document   : DocumentTemplate
    Created on : 04-Jul-2009, 17:43:30
    Author     : Rhys
    Description:
        Provides styling for CogoURL preview pages.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Arial,Helvetica,sans-serif;
}
a img {
border: none;
}

#container {
    width: 75%;
}

#mainDetails {
    float: left;
    width: 50%;
}

#websnap {
    float: right;
    width: 50%;
}

#embeddedContent {
    float: left;
}

#documentDetails {
    float: left;
    width: 50%;
}

#whoisDetails {
    float: left;
    width: 50%;
}

#right {
    float: right;
}

#left {
    float: left;
}

#tweets {
    float: left;
    width: 75%;
}

#tweet{
    float: left;
}

#text {
    float: none;
}
#twitter_link {
    float:none;
}
#profile_image {
    float: none;
}

#alexa {
    float: left;
}
